Skip to content

Releases: babeuloula/phpcs

v1.5.3

20 Mar 17:22
8d9defc

Choose a tag to compare

What's Changed

  • fix: use now phpcsstandards instead of squizlabs by @babeuloula in #27
  • Composer: revert package name change by @babeuloula in #29
  • Consider changing Composer package type to "phpcodesniffer-standard" by @rodrigoprimo in #30

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

07 Jul 08:46
4eea8d8

Choose a tag to compare

Fix readonly without visibility (#25)

v1.5.1

07 Jul 08:37
22f71a5

Choose a tag to compare

Add ReadOnlySniff (#24)

v1.5.0

29 Jun 09:46
56d9c83

Choose a tag to compare

Update slevomat/coding-standard to 8.* (#23)

* Update slevomat/coding-standard to 8.*

* Remove support for PHP7.1

* Update FunctionCallSignatureSniff.php

v1.4.2

31 Mar 13:57
ef07dcf

Choose a tag to compare

  • add @MaxDeph to annotationsGroups

v1.4.1

18 Oct 13:14
d9bca68

Choose a tag to compare

  • Update order annotationsGroups rule

v1.4.0

18 Oct 12:50
98d38f9

Choose a tag to compare

  • Add more rules

v1.3.0

06 Jun 13:44
d764f61

Choose a tag to compare

Comparing changes

Enhancements

v1.2.6

07 Jul 14:47
d4f36a3

Choose a tag to compare

Comparing changes

Fix

v1.2.5

29 Apr 14:49
6d7ad85

Choose a tag to compare

Comparing changes

Fix

  • Fix BackslashSniff with Assert (Symfony Validator)