We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff24a9 commit 6bc97f2Copy full SHA for 6bc97f2
.github/workflows/static-analysis.yml
@@ -29,12 +29,12 @@ jobs:
29
strategy:
30
fail-fast: true
31
matrix:
32
- php: [8.2, 8.3]
+ php: [8.2, 8.3, 8.4]
33
stability: [prefer-stable]
34
35
steps:
36
- name: Checkout code
37
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
38
39
- name: Setup PHP
40
uses: shivammathur/setup-php@v2
phpstan.neon.dist
@@ -10,8 +10,7 @@ parameters:
10
11
ignoreErrors:
12
- '#Unsafe usage of new static\(\).#'
13
+ - identifier: missingType.iterableValue
14
15
excludePaths:
16
- src/helper.php
-
17
- checkMissingIterableValueType: false
0 commit comments