Skip to content

Commit

Permalink
Remove no-longer useful PHPStan annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Jan 31, 2024
1 parent 510c8c2 commit 1b49b6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/Utils/NonRewindableIteratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function testEmptyIterator()
throw new \LogicException('Should not enter the loop');
}

/** @phpstan-ignore-next-line */
self::assertFalse(isset($k, $v));
}

Expand Down

0 comments on commit 1b49b6f

Please sign in to comment.