Skip to content

Commit 9418457

Browse files
committed
Fix CS
1 parent 20119d2 commit 9418457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Functions/CallToFunctionParametersRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ public function testArrayFilterCallback(bool $checkExplicitMixed): void
865865
],
866866
];
867867
if ($checkExplicitMixed) {
868-
$errors[] =[
868+
$errors[] = [
869869
'Parameter #2 $callback of function array_filter expects callable(mixed): mixed, Closure(int): true given.',
870870
20,
871871
];

0 commit comments

Comments
 (0)