Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Nov 29, 2020
1 parent 4bac128 commit 25495e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Bridge/Elasticsearch/DataProvider/PaginatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function testGetItemsPerPage()
public function testGetIterator()
{
// set local cache
iterator_to_array($this->paginator); // @phpstan-ignore-line
iterator_to_array($this->paginator);

self::assertEquals(
array_map(
Expand Down

0 comments on commit 25495e5

Please sign in to comment.