Skip to content

Commit 27dbceb

Browse files
committed
[symfony#2576] Tweaks to Finder::ignoreUnreadableDirs docs
1 parent 71b44c8 commit 27dbceb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/finder.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,10 @@ Exclude directories from matching with the
9797
$finder->in(__DIR__)->exclude('ruby');
9898

9999
.. versionadded:: 2.3
100-
Ignore unreadable dirs support was added in version 2.3.
100+
The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs``
101+
method was added in Symfony 2.3.
101102

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::
103104

104105
$finder->ignoreUnreadableDirs()->in(__DIR__);
105106

0 commit comments

Comments
 (0)