Skip to content

Commit

Permalink
fix phpstan (api-platform#3859)
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Nov 29, 2020
1 parent dd105c0 commit 5573b2a
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 5573b2a

Please sign in to comment.