Skip to content

Commit 25495e5

Browse files
committed
fix phpstan
1 parent 4bac128 commit 25495e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridge/Elasticsearch/DataProvider/PaginatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public function testGetItemsPerPage()
154154
public function testGetIterator()
155155
{
156156
// set local cache
157-
iterator_to_array($this->paginator); // @phpstan-ignore-line
157+
iterator_to_array($this->paginator);
158158

159159
self::assertEquals(
160160
array_map(

0 commit comments

Comments
 (0)