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.
- Added eslint rules and tsconfig rule. #64
- Add tslint-config-prettier
- Fix ts-lint rules to work with prettier
- 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.