Skip to content

1.1.0 - 2020-12-20

Compare
Choose a tag to compare
@jrfnl jrfnl released this 20 Dec 12:50
· 126 commits to stable since this release
3192581

Added

  • New column "nested parentheses count" - ( #) - in the output of the PHPCSDebug.Debug.TokenList sniff.

Changed

  • The minimum required PHPCS version for the PHPCSDebug standard has been raised to PHPCS 3.1.0.
  • PHPCSDebug.Debug.TokenList: The column separator has been changed from :: to |.
  • All functionality is now also tested against PHP 8.0.
  • Miscellaneous updates to the development environment and CI scripts.