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 71b44c8 commit 27dbcebCopy full SHA for 27dbceb
components/finder.rst
@@ -97,9 +97,10 @@ Exclude directories from matching with the
97
$finder->in(__DIR__)->exclude('ruby');
98
99
.. versionadded:: 2.3
100
- Ignore unreadable dirs support was added in version 2.3.
+ The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs``
101
+ method was added in Symfony 2.3.
102
-Ignore directories that you don't have permissions on::
103
+It's also possible to ignore directories that you don't have permission to read::
104
105
$finder->ignoreUnreadableDirs()->in(__DIR__);
106
0 commit comments