File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1934,6 +1934,7 @@ The example below will add two rules to the default list of PSR2 set rules:
19341934 ;
19351935
19361936 **NOTE **: ``exclude `` will work only for directories, so if you need to exclude file, try ``notPath ``.
1937+ Both ``exclude `` and ``notPath `` methods accept only relative paths to the ones defined with the ``in `` method.
19371938
19381939See `Symfony\\ Finder <https://symfony.com/doc/current/components/finder.html >`_
19391940online documentation for other `Finder ` methods.
Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ public static function getHelpCopy()
179179 ?>
180180
181181**NOTE**: ``exclude`` will work only for directories, so if you need to exclude file, try ``notPath``.
182+ Both ``exclude`` and ``notPath`` methods accept only relative paths to the ones defined with the ``in`` method.
182183
183184See `Symfony\Finder` (<url>https://symfony.com/doc/current/components/finder.html</url>)
184185online documentation for other `Finder` methods.
You can’t perform that action at this time.
0 commit comments