A PHP static analysis tool to discover bugs in code.
phpstan analyse --help
phpstan analyse {{path/to/directory}}
phpstan analyse {{path/to/directory}} --configuration {{path/to/config}}
phpstan analyse {{path/to/directory}} --level {{level}}
phpstan analyse {{path/to/directory}} --autoload-file {{path/to/autoload_file}}
phpstan analyse {{path/to/directory}} --memory-limit {{memory_limit}}