Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 791 Bytes

finder.md

File metadata and controls

18 lines (11 loc) · 791 Bytes

Finder

PHPLint uses the Symfony Finder Component to find files to check from one or more path to your local filesystem.

It requires the Options Resolver object (either ConsoleOptionsResolver or FileOptionsResolver) to retrieve configuration values (path, exclude, extensions).

If you prefer a programmatically approach, because you have a complex files finds strategy, you can replace the Overtrue\PHPLint\Finder object by any Symfony Finder instance.

UML Diagram

UML Diagram

Generated by bartlett/graph-uml package via the resources/graph-uml/build.php script.