Update Composer dependencies to be able to run tests with PHP 8.2
This commit is contained in:
committed by
Frédéric Guillot
parent
50c8994f57
commit
22f3b03830
@@ -17,6 +17,7 @@ namespace Symfony\Component\Finder\Iterator;
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*
|
||||
* @extends \FilterIterator<string, \SplFileInfo>
|
||||
*
|
||||
* @implements \RecursiveIterator<string, \SplFileInfo>
|
||||
*/
|
||||
class ExcludeDirectoryFilterIterator extends \FilterIterator implements \RecursiveIterator
|
||||
|
||||
Reference in New Issue
Block a user