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 e27875f commit 0b5de93Copy full SHA for 0b5de93
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