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
Full Changelog: 3.5.0...4.0.0
4.0.0-RC2: PHPCS-267 Add a warning against the mixed return type
4.0.0-RC1
Breaking Change: Remove PHP 7 Support!
Whats actual changed:
3.5.0
What's Changed
- PHPCS-153 Removing of the unnecessary pointer value in the token array by @b3nl in #90
- PHPCS-257 Add paras around a negative instanceof check by @b3nl in #94
- PHPCS-318 Add Sniff against no-brackets-calcs by @b3nl in #95
Full Changelog: 3.4.0...3.5.0
3.5.0-RC2
What's Changed
- PHPCS-153 Removing of the unnecessary pointer value in the token array by @b3nl in #90
- PHPCS-257 Add paras around a negative instanceof check by @b3nl in #94
- PHPCS-318 Add Sniff against no-brackets-calcs by @b3nl in #95
Full Changelog: 3.4.0...3.5.0-RC2
3.5.0-RC1
What's Changed
- PHPCS-153 Removing of the unnecessary pointer value in the token array by @b3nl in #90
- PHPCS-257 Add paras around a negative instanceof check by @b3nl in #94
- PHPCS-318 Add Sniff against no-brackets-calcs by @b3nl in #95
Full Changelog: 3.4.0...3.5.0-RC1
Added warning against simple getter and setter
PHPCS-247 Added warning against simple getter and setter
3.2.0
Added trailing commas to arrays and function calls
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]>