PHPQA v1.22.0 Release Notes

Release Date: 2019-07-14 // almost 5 years ago
    • .phpqa.yml

      • #173 Support multiple phpcs standards yaml phpcs: standard: - PSR2 - phpcs.xml
      • #175 Optional phpqa configuration in yml file instead of CLI options Alternatives: bash # CLI options phpqa --verbose --report --tools phploc,phpcs:0 # load "CLI options" from yaml file phpqa --config ./ yaml # ./.phpqa.yml phpqa: report: true verbose: true tools: - phploc - phpcs:0
      • #177 Configuration changes

        • b450040 BC allowedErrorsCount is no longer supported, configure errors count in phpqa.tools
        • de736d6 Extensions should be configured in phpqa.extensions ```yaml # preferred configuration phpqa: extensions: php

        deprecated configuration

        extensions: php

    • Internal

      • #172 CI - test php-cs-fixer on Windows, fix Travis php7.1 build (support phpunit > 5, security-checker)
      • 29262ef Delete php-eye badge