We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d793ec commit 63f4df2Copy full SHA for 63f4df2
tests/PHPStan/Analyser/Generator/data/rule.php
@@ -18,7 +18,7 @@ public function doBar(): ?int
18
}
19
20
function (Foo $foo): void {
21
- $foo->doFoo(1, 2, 3);
+ $foo->doFoo($a = 1, $a + 1, 3);
22
23
echo 'foo';
24
};
0 commit comments