Skip to content

Commit 27a1670

Browse files
committed
Use phpstan level 10
1 parent 528a26f commit 27a1670

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff 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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@phpcs"
7272
],
7373
"style:phpstan": [
74-
"@phpstan -l 9"
74+
"@phpstan"
7575
],
7676
"style:check": [
7777
"@style:phpcs",

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
includes:
22
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
33
parameters:
4-
level: 9
4+
level: 10
55
paths:
66
- src
77
- tests

0 commit comments

Comments
 (0)