Skip to content

Commit

Permalink
docs: config file - provide better link to Finder docs (#6992)
Browse files Browse the repository at this point in the history
  • Loading branch information
94noni committed Oct 29, 2023
1 parent d2d3cdb commit 723d106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The example below will add two rules to the default list of PSR12 set rules:
**NOTE**: ``exclude`` will work only for directories, so if you need to exclude file, try ``notPath``.
Both ``exclude`` and ``notPath`` methods accept only relative paths to the ones defined with the ``in`` method.

See `Symfony\\Finder <https://symfony.com/doc/current/components/finder.html>`_
See `Symfony\\Finder <https://symfony.com/doc/current/components/finder.html#location>`_
online documentation for other `Finder` methods.

You may also use an exclude list for the rules instead of the above shown include approach.
Expand Down

0 comments on commit 723d106

Please sign in to comment.