Skip to content

Commit a34755e

Browse files
committed
Update bug-13747.php
1 parent 2f6d369 commit a34755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-13747.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function sayHello($list): void
1313
}
1414

1515
if (count($list) > 2) {
16-
assertType('non-empty-list<int>&hasOffsetValue(0, int)&hasOffsetValue(1, int)&hasOffsetValue(2, int)', $list);
16+
assertType('non-empty-list<int>&hasOffsetValue(1, int)&hasOffsetValue(2, int)', $list);
1717
} else {
1818
assertType('non-empty-list<int>', $list);
1919
}

0 commit comments

Comments
 (0)