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 e8882a3 commit 8a28b59Copy full SHA for 8a28b59
src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
@@ -25,7 +25,6 @@ class RecursiveDirectoryIterator extends \RecursiveDirectoryIterator
25
{
26
private bool $ignoreUnreadableDirs;
27
private bool $ignoreFirstRewind = true;
28
- private ?bool $rewindable = null;
29
30
// these 3 properties take part of the performance optimization to avoid redoing the same work in all iterations
31
private string $rootPath;
0 commit comments