Skip to content

Releases: bestit/PHP_CodeSniffer

4.0.0: New Major Version, PHP 7 removed

Choose a tag to compare

@b3nl b3nl released this 13 Apr 09:33

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

Choose a tag to compare

@b3nl b3nl released this 13 Apr 09:27
Signed-off-by: Björn Lange <code@b3nl.de>

4.0.0-RC1

4.0.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@b3nl b3nl released this 11 Dec 06:46

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

3.5.0

Choose a tag to compare

@b3nl b3nl released this 11 Dec 06:44

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

3.5.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@b3nl b3nl released this 01 Dec 06:42

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

3.5.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@b3nl b3nl released this 22 Oct 05:47
c5cf866

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

Choose a tag to compare

@b3nl b3nl released this 14 Sep 06:15
a01e853

PHPCS-247 Added warning against simple getter and setter

3.2.0

Choose a tag to compare

@b3nl b3nl released this 17 Aug 13:29
c7e1e76
Added trailing commas to arrays and function calls

2.1.0: - Added the backport for removing the file decorator

Choose a tag to compare

@b3nl b3nl released this 17 Aug 14:13
- 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

Choose a tag to compare

@b3nl b3nl released this 12 Jun 10:46
- 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 <code@b3nl.de>