Skip to content

Commit 28fbc3d

Browse files
committed
add phpstan
1 parent c46521b commit 28fbc3d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
coverage: none
2121

2222
- name: Install composer dependencies
23-
uses: ramsey/composer-install@v1
23+
uses: ramsey/composer-install@v2
2424

2525
- name: Run PHPStan
2626
run: ./vendor/bin/phpstan --error-format=github

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ parameters:
88
- config
99
tmpDir: build/phpstan
1010
checkOctaneCompatibility: true
11-
checkModelProperties: true
1211
checkMissingIterableValueType: false

0 commit comments

Comments
 (0)