We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a202c8 commit 80cd8e7Copy full SHA for 80cd8e7
src/Diff.php
@@ -71,7 +71,7 @@ final class Diff
71
*
72
* @param string[] $old array containing the lines of the old string to compare
73
* @param string[] $new array containing the lines for the new string to compare
74
- * @param array $options
+ * @param array $options the options
75
*/
76
public function __construct(array $old, array $new, array $options = [])
77
{
@@ -274,7 +274,7 @@ private function resetCachedResults(): self
274
}
275
276
/**
277
- * The work horse of getA() and getB().
+ * The work horse of getOld() and getNew().
278
279
* If $end is null, it returns array sliced from the $start to the end.
280
0 commit comments