Skip to content

Commit d8a2471

Browse files
committed
Merge branch '1.x' into 2.x
2 parents c9b555f + 13ec0bc commit d8a2471

File tree

6 files changed

+3
-157
lines changed

6 files changed

+3
-157
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@
77
/phpstan.dist.neon export-ignore
88
/phpstan-baseline.neon export-ignore
99
/phpunit.dist.xml export-ignore
10-
/psalm.dist.xml export-ignore
11-
/psalm-baseline.xml export-ignore

.github/workflows/code-quality.yaml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,9 @@ jobs:
5252
- name: PHP Coding Standards Fixer
5353
run: php-cs-fixer fix --dry-run --format checkstyle | cs2pr
5454

55-
psalm:
56-
runs-on: ubuntu-latest
57-
name: Static Analysis (Psalm)
58-
steps:
59-
- name: Checkout
60-
uses: actions/checkout@v6
61-
62-
- name: Setup PHP
63-
uses: shivammathur/setup-php@v2
64-
with:
65-
php-version: ${{ env.PHP_VERSION }}
66-
coverage: none
67-
tools: psalm
68-
69-
- name: Install Dependencies
70-
uses: ramsey/composer-install@v3
71-
with:
72-
composer-options: '--prefer-dist'
73-
74-
- name: Run Psalm
75-
run: psalm --long-progress --no-diff --output-format=github
76-
7755
phpstan:
7856
runs-on: ubuntu-latest
79-
name: Static Analysis (PHPStan)
57+
name: Static Analysis
8058
steps:
8159
- name: Checkout
8260
uses: actions/checkout@v6

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ vendor/
1010
.phpunit.cache
1111
phpunit.xml
1212

13-
# Psalm
14-
psalm.xml
13+
# PHPStan
14+
phpstan.neon

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"run-checks": [
7171
"php-cs-fixer fix -vvv",
7272
"phpunit",
73-
"psalm --no-cache",
7473
"phpstan"
7574
]
7675
},

psalm-baseline.xml

Lines changed: 0 additions & 108 deletions
This file was deleted.

psalm.dist.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)