TplBlock/vendor/gamegos/php-code-sniffer/CHANGELOG.md

12 lines
423 B
Markdown
Raw Normal View History

2018-03-26 21:57:35 +02:00
# Gamegos PHP Code Sniffer Change Log
## [0.6.1] - 2017-04-26
* Fixed sniffing failure for files without class or interface declaration.
## [0.6.0] - 2017-03-22
* Updated `PHP_CodeSniffer` version to 2.8.1.
* Improved determining test classes for PHPUnit 6.
* Excluded some of the rules which are added by new PHP_CodeSniffer version:
* `Generic.Formatting.SpaceAfterNot`
* `Squiz.WhiteSpace.ControlStructureSpacing`