Releases: yiisoft/yii2-coding-standards
Releases · yiisoft/yii2-coding-standards
3.0.1
- Exclude false positive for
PSR12.Files.FileHeader.SpacingAfterBlock
(@terabytesoftw)
3.0.0
What's Changed
- Add
yii coding-style
command.
- PSR-12 is now used.
2.0.3
- Changed typo of package to
phpcodesniffer-standard
for better integration with various tools.
- Capped version of
squizlabs/php_codesniffer
to 2.x because of backwards compatibility.
2.0.2
Added ignored rules for migrations and tests (#29)
* Tabs replaced by spaces
* Added ignored rules for migrations. See #14
* Added ignored rules for tests
2.0.1
Merge pull request #19 from tanakahisateru/remove-version-restriction
Remove PHP_CodeSniffer version restriction for #16