Releases: flyeralarm/php-code-validator
Releases · flyeralarm/php-code-validator
4.1.0
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
- 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
- Fixed shell interpreter for non-bash environments
3.2.3
- Add sniff to make and CI to apply code style check on self (IN-1729)
3.2.2
- 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
fixed issue with path on composer 2
updated composer to 2.4.1 and updated composer.lock
3.2.0
- 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
Improvements to FullyQualifiedSniff
3.0.0
Updated from PSR-2 to PSR-12
2.3.0: Merge pull request #16 from cmikle/AddFullyQualifiedSniff
Add fully qualified class sniff