[0.12.0] - 2021-03-12
Added
- [#499] report warnings about classes are in two or more layers, Thanks to [@smoench]
- [#489] Import configuration files and use depfile path as base for paths, Thanks to [@smoench]
Changed
- [#523] Report uncovered as errors with GithubActionOutputFormatter on
--fail-on-uncovered
, Thanks to [@smoench] - [#502] update build matrix OS, Thanks to [@smoench]
- [#501] Parameters, Thanks to [@smoench]
- [#496] Use TableOutputFormatter as default, Thanks to [@smoench]
- [#494] Don't report skipped violations by default, Thanks to [@smoench]
- [#490] update tools, Thanks to [@smoench]
- [#522] Bump symfony/console from 5.2.4 to 5.2.5
- [#521] Bump symfony/dependency-injection from 5.2.4 to 5.2.5
- [#520] Bump symfony/yaml from 5.2.4 to 5.2.5
- [#517] Bump symfony/options-resolver from 5.2.3 to 5.2.4
- [#516] Bump symfony/dependency-injection from 5.2.3 to 5.2.4
- [#515] Bump symfony/finder from 5.2.3 to 5.2.4
- [#514] Bump symfony/config from 5.2.3 to 5.2.4
- [#513] Bump symfony/yaml from 5.2.3 to 5.2.4
- [#512] Bump symfony/console from 5.2.3 to 5.2.4
- [#511] Bump symfony/event-dispatcher from 5.2.3 to 5.2.4
- [#505] Bump phpstan/phpdoc-parser from 0.4.11 to 0.4.12
- [#498] Bump phpstan/phpdoc-parser from 0.4.10 to 0.4.11
Fixed
- [#519] fix fqsen type resolver, Thanks to [@smoench]
- [#507] readme: fix
classNameRegex
example, Thanks to [@clxmstaab]