12 lines
423 B
Markdown
12 lines
423 B
Markdown
|
# 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`
|