Releases: bestit/PHP_CodeSniffer
Releases · bestit/PHP_CodeSniffer
4.0.0: New Major Version, PHP 7 removed
What's Changed
- PHPCS-357 Modify composer.json and add allowed plugins to config section by @tkellner in #97
New Contributors
- @tkellner made their first contribution in #97
Full Changelog: 3.5.0...4.0.0
4.0.0-RC2: PHPCS-267 Add a warning against the mixed return type
Signed-off-by: Björn Lange <[email protected]>
4.0.0-RC1
3.5.0
3.5.0-RC2
3.5.0-RC1
Added warning against simple getter and setter
PHPCS-247 Added warning against simple getter and setter
3.2.0
2.1.0: - Added the backport for removing the file decorator
- Aadded the trailing comma to arrays - Prevents colons before the return types
3.1.1: PHPCS-245 Fixxed the bugs and added documentation for the new sniff
- Removed the unused parameter type sniff - Readded the sniff for properties while adding the visibilty as required token - ... Which leads to a possible problem in the trait conflict resolution - Readded native type hints matching to (useless) annotations in the rulesets - Added the types to the sniffs themselves Signed-off-by: Björn Lange <[email protected]>