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.