Skip to content

Releases: flyeralarm/php-code-validator

4.2.1

Choose a tag to compare

@vladimir-flyeralarm vladimir-flyeralarm released this 05 Mar 08:14
1c772bd

What's Changed

  • Add 8.3 to testing matrix in #37
  • Update PHP_CodeSniffer to 3.13.5 in #38
  • 🔧 Add CHANGELOG and release workflow for versioning in #39
  • Add php 8.5 to the test matrix in #40

Full Changelog: 4.1.1...4.2.1

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Feb 11:17
  • Updated squizlabs/php_codesniffer to version 3.13.5.

4.1.1

Choose a tag to compare

@sven-81 sven-81 released this 05 Dec 07:53
d555296

What's Changed

  • Added fix for missing array key in the yoda sniff for the do-while check. by @sven-81 in #36

New Contributors

Full Changelog: 4.1.0...4.1.1

4.1.0

Choose a tag to compare

@MichelHartmann MichelHartmann released this 21 Feb 15:27
c25d205

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

Choose a tag to compare

@abrinsibl abrinsibl released this 20 Jul 17:30
00975bb
  • 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

Choose a tag to compare

@abrinsibl abrinsibl released this 18 Jul 17:14
93f9b75
  • Fixed shell interpreter for non-bash environments

3.2.3

Choose a tag to compare

@vukanac vukanac released this 24 Mar 11:03
e2bdd7e
  • Add sniff to make and CI to apply code style check on self (IN-1729)

3.2.2

Choose a tag to compare

@vukanac vukanac released this 23 Mar 20:05
abe042b
  • 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

Choose a tag to compare

@seb-h-k seb-h-k released this 29 Aug 07:36
ac7de61

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

3.2.0

Choose a tag to compare

@MichelHartmann MichelHartmann released this 15 Oct 09:24
5bac909
  • Added support for implements when checking for fully qualified class names.
  • Added support for PHP 7.4 by updating shipped composer.phar