We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86c9d3 commit 58ee428Copy full SHA for 58ee428
.github/workflows/php-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
php-tests:
10
uses: lunr-php/actions-templates/.github/workflows/php-composer.yml@master
11
with:
12
- phpstan-level: 9
+ phpstan-level: 10
13
allow-style-failures: false
14
allow-phpstan-failures: false
15
codestyle-branch: '0.10.2'
tests/phpstan.neon.dist
@@ -3,7 +3,7 @@
3
# SPDX-License-Identifier: CC0-1.0
4
5
parameters:
6
- level: 9
+ level: 10
7
paths:
8
- ../src
bootstrapFiles:
0 commit comments