mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
fix test
This commit is contained in:
parent
ee75586fbf
commit
7d6ede61fd
@ -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];
|
||||
}
|
||||
}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user