Skip to content

Commit 363e8eb

Browse files
committed
Fixed the PHPStan Github Actions
1 parent 195afa5 commit 363e8eb

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

.github/workflows/phpstan-5.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
args: --prefer-dist
1717
php_version: 8.0
18-
1918
- name: PHPStan
2019
uses: php-actions/phpstan@v2
2120
with:

.github/workflows/phpstan-7.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
args: --prefer-dist
1717
php_version: 8.0
18-
1918
- name: PHPStan
2019
uses: php-actions/phpstan@v2
2120
with:

.github/workflows/phpstan-8.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
args: --prefer-dist
1717
php_version: 8.0
18-
1918
- name: PHPStan
2019
uses: php-actions/phpstan@v2
2120
with:

.github/workflows/quality.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
args: --prefer-dist
2727
php_version: 8.0
28-
- name: PHPStan
29-
uses: php-actions/phpstan@v2
30-
with:
31-
path: src/
32-
level: 4
33-
php_version: 8.0
28+
- name: PHPStan
29+
uses: php-actions/phpstan@v2
30+
with:
31+
path: src/
32+
level: 4
33+
php_version: 8.0

0 commit comments

Comments
 (0)