Skip to content

Releases: flyeralarm/php-code-validator

4.1.0

21 Feb 15:27
c25d205
Compare
Choose a tag to compare

What's Changed

  • remove obsolete bin/php-code-validator from composer by @bgrande in #33

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

20 Jul 17:30
00975bb
Compare
Choose a tag to compare
  • Removed "binary" executable as this adds maintenance overhead (dependency to composer internals) while not giving enough benefits to justify the effort keeping this feature.

3.2.4

18 Jul 17:14
93f9b75
Compare
Choose a tag to compare
  • Fixed shell interpreter for non-bash environments

3.2.3

24 Mar 11:03
e2bdd7e
Compare
Choose a tag to compare
  • Add sniff to make and CI to apply code style check on self (IN-1729)

3.2.2

23 Mar 20:05
abe042b
Compare
Choose a tag to compare
  • Remove ReturnTypeSniff with tests and from rulesets as it was too restrictive, instead use phpstan (IN-1728)
  • Add GitHub workflow for testing in CI (IN-1729)

3.2.1

29 Aug 07:36
ac7de61
Compare
Choose a tag to compare

fixed issue with path on composer 2
updated composer to 2.4.1 and updated composer.lock

3.2.0

15 Oct 09:24
5bac909
Compare
Choose a tag to compare
  • Added support for implements when checking for fully qualified class names.
  • Added support for PHP 7.4 by updating shipped composer.phar

3.1.0

14 Oct 06:37
ebfe388
Compare
Choose a tag to compare

Improvements to FullyQualifiedSniff

3.0.0

05 Oct 09:29
ec5f359
Compare
Choose a tag to compare

Updated from PSR-2 to PSR-12

2.3.0: Merge pull request #16 from cmikle/AddFullyQualifiedSniff

02 Oct 09:12
2db2ce1
Compare
Choose a tag to compare