Skip to content

Releases: bestit/PHP_CodeSniffer

4.0.0: New Major Version, PHP 7 removed

13 Apr 09:33
Compare
Choose a tag to compare

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

13 Apr 09:27
Compare
Choose a tag to compare
Signed-off-by: Björn Lange <[email protected]>

4.0.0-RC1

11 Dec 06:46
Compare
Choose a tag to compare
4.0.0-RC1 Pre-release
Pre-release

Breaking Change: Remove PHP 7 Support!
Whats actual changed:

3.5.0

11 Dec 06:44
Compare
Choose a tag to compare

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

01 Dec 06:42
Compare
Choose a tag to compare
3.5.0-RC2 Pre-release
Pre-release

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

22 Oct 05:47
c5cf866
Compare
Choose a tag to compare
3.5.0-RC1 Pre-release
Pre-release

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

14 Sep 06:15
a01e853
Compare
Choose a tag to compare

PHPCS-247 Added warning against simple getter and setter

3.2.0

17 Aug 13:29
c7e1e76
Compare
Choose a tag to compare
Added trailing commas to arrays and function calls

2.1.0: - Added the backport for removing the file decorator

17 Aug 14:13
Compare
Choose a tag to compare
- 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

12 Jun 10:46
Compare
Choose a tag to compare
- 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]>