All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- sebastian/phpcpd updated. Required by Laravel 7.x. Require php7.3.
- povils/phpmnd
- PHPMND Magic Number Detector.
- Updated all PHP libraries.
- New version of PHPSTAN.
- New version of PHP Mess Detector.
- New version of PHPUnit.
- Maybe you need add this
ignoreErrors:
## phpstan 0.11 to 0.12
- '#has no typehint specified\.$#'
- '#has no return typehint specified\.$#'
- '#with no typehint specified\.$#'
- '#with no value type specified in iterable#'
- '#has no value type specified in iterable#'
- Remove
\NunoMaduro\Larastan\LarastanServiceProvider::class
.
- PHP CS FIXER phpdoc_to_comment rule disabled.
- Removed PHP CS FIXER rules contained on presets.
- PHP CS FIXER rule single_line_throw disabled.