Skip to content

Commit 4eb32f8

Browse files
lyrixxsebastianbergmann
authored andcommitted
Fixed deprecation notice with PHP 7.4 and PHPUnit 8
1 parent 575fbe4 commit 4eb32f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Iterator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ public function __construct(string $basePath, \Iterator $iterator, array $suffix
5252
parent::__construct($iterator);
5353
}
5454

55+
/**
56+
* @return bool
57+
*/
5558
#[\ReturnTypeWillChange]
5659
public function accept()
5760
{

0 commit comments

Comments
 (0)