overtrue/phplint
PHPLint is a fast PHP syntax linter that runs multiple lint processes in parallel to speed up checking large codebases. Supports modern PHP versions, with easy installation via Composer, PHAR, Docker, or Phive, and configurable rules and paths.
PHPLint uses the Symfony OptionsResolver Component to validate configuration from console arguments/options and/or YAML file.
Two Options Resolver exists (ConsoleOptionsResolver, FileOptionsResolver),
each one's implement the Factory method pattern.
This resolver is used if you specify the --no-configuration option. In this case,
only arguments and options from console command line are used.
This resolver is used if you specify the --configuration option.
When YAML configuration file exists and is loadable, it will be automatically used.
Generated by bartlett/graph-uml package via the resources/graph-uml/build.php script.
How can I help you explore Laravel packages today?