Skip to content

Commit bd21156

Browse files
committed
fix: Return type mixed of method Doctum\PharFilterIterator::accept() is not covariant with tentative return type bool of method FilterIterator::accept()
1 parent 089e02d commit bd21156

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/phar-generator-script.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ final class PharFilterIterator extends RecursiveFilterIterator
183183
'docs/cache',
184184
];
185185

186+
#[\ReturnTypeWillChange]
186187
public function accept()
187188
{
188189
global $srcRoot;

0 commit comments

Comments
 (0)