Configuration
December 17, 2023 ยท View on GitHub
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.
ConsoleOptionsResolver
This resolver is used if you specify the --no-configuration option. In this case,
only arguments and options from console command line are used.
FileOptionsResolver
This resolver is used if you specify the --configuration option.
When YAML configuration file exists and is loadable, it will be automatically used.
UML Diagram
Generated by bartlett/graph-uml package via the resources/graph-uml/build.php script.