1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
This commit is contained in:
orklah 2021-09-01 22:27:43 +02:00
parent ee75586fbf
commit 7d6ede61fd

View File

@ -358,7 +358,7 @@ class WhileTest extends \Psalm\Tests\TestCase
function foo() : void {
$pointers = ["hi"];
while (rand(0, 1) && 0 < ($parent = 0)) {
while (rand(0, 1) && 1 < ($parent = 0)) {
print $pointers[$parent];
}
}'