php-cs-fixer.config path with spacesphpcs:
standard:
- PSR2
- phpcs.xml
# CLI options
phpqa --verbose --report --tools phploc,phpcs:0
# load "CLI options" from yaml file
phpqa --config ./
# ./.phpqa.yml
phpqa:
report: true
verbose: true
tools:
- phploc
- phpcs:0
allowedErrorsCount is no longer supported, configure errors count in phpqa.toolsphpqa.extensions# preferred configuration
phpqa:
extensions: php
# deprecated configuration
extensions: php
phpunit.binary)
phpqa toolsphpunit.config BC - phpunit.config is relative to .phpqa.yml, previously it was relative to cwdphpcs.reportsphpcs.ignoreWarningsv1.9).phpqa.yml or specified standard doesn't existphpqa --analyzedDir ./phpqa --analyzedDirs ./composer outdated --direct
--buildDir if --buildDir doesn't end with /.phpqa.yml (define standards for phpcs, phpmd, phpcpd)How can I help you explore Laravel packages today?