Skip to content

Commit d20dd77

Browse files
committed
type bugfix
1 parent da4cd83 commit d20dd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsFunctionsScanner.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function parser(string $version, array $options = ['comments' => true]):
2424
return $this;
2525
}
2626

27-
public function scan(string $code, string $filename = null): array
27+
public function scan(string $code, string $filename): array
2828
{
2929
list($version, $options) = $this->parser;
3030

0 commit comments

Comments
 (0)