File tree 3 files changed +3
-3
lines changed
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
653
653
[ ico-code-quality ] : https://img.shields.io/scrutinizer/g/inspirum/xml-php.svg?style=flat-square
654
654
[ ico-packagist-stable ] : https://img.shields.io/packagist/v/inspirum/xml.svg?style=flat-square&colorB=blue
655
655
[ 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
657
657
658
658
[ link-author ] : https://github.com/inspirum
659
659
[ link-contributors ] : https://github.com/inspirum/xml-php/contributors
Original file line number Diff line number Diff line change 71
71
" @phpcs"
72
72
],
73
73
"style:phpstan" : [
74
- " @phpstan -l 9 "
74
+ " @phpstan"
75
75
],
76
76
"style:check" : [
77
77
" @style:phpcs" ,
Original file line number Diff line number Diff line change 1
1
includes :
2
2
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
3
3
parameters :
4
- level : 9
4
+ level : 10
5
5
paths :
6
6
- src
7
7
- tests
You can’t perform that action at this time.
0 commit comments