We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4cd83 commit d20dd77Copy full SHA for d20dd77
src/JsFunctionsScanner.php
@@ -24,7 +24,7 @@ public function parser(string $version, array $options = ['comments' => true]):
24
return $this;
25
}
26
27
- public function scan(string $code, string $filename = null): array
+ public function scan(string $code, string $filename): array
28
{
29
list($version, $options) = $this->parser;
30
0 commit comments