Skip to content

Commit 63f4df2

Browse files
committed
Better test
1 parent 0d793ec commit 63f4df2

File tree

1 file changed

+1
-1
lines changed
  • tests/PHPStan/Analyser/Generator/data

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/Generator/data/rule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function doBar(): ?int
1818
}
1919

2020
function (Foo $foo): void {
21-
$foo->doFoo(1, 2, 3);
21+
$foo->doFoo($a = 1, $a + 1, 3);
2222

2323
echo 'foo';
2424
};

0 commit comments

Comments
 (0)