Skip to content

Commit 3b0638e

Browse files
committed
Use named arguments in an example
1 parent 553d33b commit 3b0638e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2674,9 +2674,7 @@ private function createFirstClassCallable(
26742674
$templateTags,
26752675
$throwPoints,
26762676
$impurePoints,
2677-
[],
2678-
[],
2679-
$acceptsNamedArguments,
2677+
acceptsNamedArguments: $acceptsNamedArguments,
26802678
);
26812679
}
26822680

0 commit comments

Comments
 (0)