Skip to content

Commit f629f36

Browse files
committed
PSR2
1 parent a4fde5d commit f629f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/src/Scanner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function getMethods(): array
7878
$overloadedFunctions = array_merge($overloadedFunctions, \array_map(function ($functionObject) {
7979
return $functionObject->methodname->__toString();
8080
}, $functionObjects));
81-
$overloadedFunctions = \array_filter($overloadedFunctions, function(string $functionName) use ($ignoredFunctions) {
81+
$overloadedFunctions = \array_filter($overloadedFunctions, function (string $functionName) use ($ignoredFunctions) {
8282
return !isset($ignoredFunctions[$functionName]);
8383
});
8484
continue;

0 commit comments

Comments
 (0)