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 6aa0179 commit 593cc3cCopy full SHA for 593cc3c
tests/PHPStan/Parser/data/cleaning-1-after.php
@@ -38,6 +38,8 @@ public function doFoo()
38
/** @var Test */
39
/** @var Test2 */
40
/** @var Test3 */
41
+ /** @phpstan-var Test */
42
+ /** @psalm-var Test */
43
yield;
44
\func_get_args();
45
}
tests/PHPStan/Parser/data/cleaning-1-before.php
@@ -68,6 +68,12 @@ public function doFoo()
68
69
$foo = doFoo();
70
71
72
+ $foo = doFoo();
73
+
74
75
76
77
if (rand(0, 1)) {
78
79
0 commit comments