We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6347da commit 55ef505Copy full SHA for 55ef505
tests/Bridge/Elasticsearch/DataProvider/PaginatorTest.php
@@ -154,7 +154,7 @@ public function testGetItemsPerPage()
154
public function testGetIterator()
155
{
156
// set local cache
157
- iterator_to_array($this->paginator); // @phpstan-ignore-line
+ iterator_to_array($this->paginator);
158
159
self::assertEquals(
160
array_map(
0 commit comments