Skip to content

Commit da4cd83

Browse files
committed
fixed scrutinizer issues
1 parent b21f7aa commit da4cd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsNodeVisitor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class JsNodeVisitor
1313
protected $filename;
1414
protected $functions = [];
1515

16-
public function __construct(string $filename = null, array $validFunctions = null)
16+
public function __construct(string $filename, array $validFunctions = null)
1717
{
1818
$this->filename = $filename;
1919
$this->validFunctions = $validFunctions;

0 commit comments

Comments
 (0)