We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6342b02 commit b0746c6Copy full SHA for b0746c6
lib/Caxy/HtmlDiff/HtmlDiff.php
@@ -31,7 +31,7 @@ class HtmlDiff extends AbstractDiff
31
*
32
* @return self
33
*/
34
- public static function create($oldText, $newText, HtmlDiffConfig $config = null)
+ public static function create($oldText, $newText, ?HtmlDiffConfig $config = null)
35
{
36
$diff = new self($oldText, $newText);
37
0 commit comments