Skip to content

Commit 1336359

Browse files
committed
Minor change due to PHPStan version difference.
1 parent 1955fba commit 1336359

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Infinite.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public static function cycle(iterable $iterable): \InfiniteIterator
5555
*/
5656
public static function repeat(mixed $item): \Generator
5757
{
58-
/** @phpstan-ignore while.alwaysTrue */
5958
while (true) {
6059
yield $item;
6160
}

0 commit comments

Comments
 (0)