File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ The MIT License (MIT). Please see [License File][link-licence] for more informat
653653[ ico-code-quality ] : https://img.shields.io/scrutinizer/g/inspirum/xml-php.svg?style=flat-square
654654[ ico-packagist-stable ] : https://img.shields.io/packagist/v/inspirum/xml.svg?style=flat-square&colorB=blue
655655[ ico-packagist-download ] : https://img.shields.io/packagist/dt/inspirum/xml.svg?style=flat-square&colorB=blue
656- [ ico-phpstan ] : https://img.shields.io/badge/style-level%209 -brightgreen.svg?style=flat-square&label=phpstan
656+ [ ico-phpstan ] : https://img.shields.io/badge/style-level%2010 -brightgreen.svg?style=flat-square&label=phpstan
657657
658658[ link-author ] : https://github.com/inspirum
659659[ link-contributors ] : https://github.com/inspirum/xml-php/contributors
Original file line number Diff line number Diff line change 7171 " @phpcs"
7272 ],
7373 "style:phpstan" : [
74- " @phpstan -l 9 "
74+ " @phpstan"
7575 ],
7676 "style:check" : [
7777 " @style:phpcs" ,
Original file line number Diff line number Diff line change 11includes :
22 - vendor/phpstan/phpstan/conf/bleedingEdge.neon
33parameters :
4- level : 9
4+ level : 10
55 paths :
66 - src
77 - tests
You can’t perform that action at this time.
0 commit comments