Skip to content

Commit 80cd8e7

Browse files
committed
Revise phpdoc
Signed-off-by: Jack Cherng <[email protected]>
1 parent 0a202c8 commit 80cd8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Diff.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ final class Diff
7171
*
7272
* @param string[] $old array containing the lines of the old string to compare
7373
* @param string[] $new array containing the lines for the new string to compare
74-
* @param array $options
74+
* @param array $options the options
7575
*/
7676
public function __construct(array $old, array $new, array $options = [])
7777
{
@@ -274,7 +274,7 @@ private function resetCachedResults(): self
274274
}
275275

276276
/**
277-
* The work horse of getA() and getB().
277+
* The work horse of getOld() and getNew().
278278
*
279279
* If $end is null, it returns array sliced from the $start to the end.
280280
*

0 commit comments

Comments
 (0)