Skip to content

Commit c7f870a

Browse files
committed
Fix text
1 parent f78547c commit c7f870a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Analyser/nsrt/bug-5017.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function doFoo()
1515
assertType('non-empty-array<0|1|2|3|4, 0|1|2|3|4>', $items);
1616
$batch = array_splice($items, 0, 2);
1717
assertType('array<0|1|2|3|4, 0|1|2|3|4>', $items);
18-
assertType('non-empty-array<0|1|2|3|4, 0|1|2|3|4>', $batch);
18+
assertType('non-empty-list<0|1|2|3|4>', $batch);
1919
}
2020
}
2121

0 commit comments

Comments
 (0)