Releases: flyeralarm/php-code-validator
Releases · flyeralarm/php-code-validator
4.1.1
05 Dec 07:53
Compare
Sorry, something went wrong.
No results found
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
21 Feb 15:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed shell interpreter for non-bash environments
3.2.3
24 Mar 11:03
Compare
Sorry, something went wrong.
No results found
Add sniff to make and CI to apply code style check on self (IN-1729)
3.2.2
23 Mar 20:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
fixed issue with path on composer 2
updated composer to 2.4.1 and updated composer.lock
3.2.0
15 Oct 09:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Improvements to FullyQualifiedSniff
3.0.0
05 Oct 09:29
Compare
Sorry, something went wrong.
No results found
Updated from PSR-2 to PSR-12