Skip to content

Commit 801676a

Browse files
authored
Merge branch '0.x' into chore-phpstan
2 parents a3e7973 + 144b211 commit 801676a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/cache@v4
2626
with:
2727
path: ${{ steps.composer-cache.outputs.dir }}
28-
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
28+
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
2929
restore-keys: ${{ runner.os }}-composer-
3030

3131
- name: Install dependencies

phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ parameters:
88
- src/
99
ignoreErrors:
1010
- '#Unsafe usage of new static\(\)\.#'
11+
- identifier: missingType.iterableValue
12+
- identifier: missingType.generics

0 commit comments

Comments
 (0)