We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0464787 + 0bbc54c commit fc11561Copy full SHA for fc11561
lib/Diff/SequenceMatcher.php
@@ -89,7 +89,7 @@ class Diff_SequenceMatcher
89
* @param string|array $junkCallback Either an array or string that references a callback function (if there is one) to determine 'junk' characters.
90
* @param array $options
91
*/
92
- public function __construct($a, $b, $junkCallback=null, $options)
+ public function __construct($a, $b, $junkCallback=null, $options=[])
93
{
94
$this->a = null;
95
$this->b = null;
0 commit comments