Skip to content

Commit 8f95ae5

Browse files
authored
Merge pull request #1169 from phpDocumentor/backport/1.x/pr-1168
Backport/1.x/pr 1168
2 parents 97dfc49 + 11c112b commit 8f95ae5

File tree

14 files changed

+121
-1431
lines changed

14 files changed

+121
-1431
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
static-analysis:
5151
name: "Static analysis"
52-
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.6"
52+
uses: "phpDocumentor/.github/.github/workflows/static-analysis.yml@v0.8"
5353
with:
5454
php-version: "8.2"
5555
composer-root-version: "1.x-dev"

Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fix-code-style: add-license
1313
$(PHP_BIN) vendor/bin/phpcbf
1414

1515
.PHONY: static-code-analysis
16-
static-code-analysis: vendor phpstan psalm test-architecture ## Runs a static code analysis with phpstan/phpstan and vimeo/psalm
16+
static-code-analysis: vendor phpstan test-architecture ## Runs a static code analysis with phpstan/phpstan and vimeo/psalm
1717

1818
.PHONY: phpstan-baseline
1919
phpstan-baseline:
@@ -23,10 +23,6 @@ phpstan-baseline:
2323
phpstan:
2424
$(PHP_BIN) -d memory_limit=1024M vendor/bin/phpstan --configuration=phpstan.neon
2525

26-
.PHONY: psalm
27-
psalm:
28-
$(PHP_BIN) vendor/bin/psalm --update-baseline
29-
3026
.PHONY: test
3127
test: test-unit test-functional test-integration test-xml test-docs## Runs all test suites with phpunit/phpunit
3228

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,11 @@
6363
"phpstan/phpstan-strict-rules": "^1.5",
6464
"phpstan/phpstan-webmozart-assert": "^1.2",
6565
"phpunit/phpunit": "^10.5",
66-
"psalm/plugin-phpunit": "^0.18.4",
6766
"qossmic/deptrac-shim": "^1.0.2",
6867
"rector/rector": "^1.0.1",
6968
"squizlabs/php_codesniffer": "^3.9",
7069
"symfony/finder": "^6.4.0 || ^7.0",
71-
"symplify/phpstan-rules": "^12.4",
72-
"vimeo/psalm": "^5.22"
70+
"symplify/phpstan-rules": "^12.4"
7371
},
7472
"suggest": {
7573
"league/csv:": "To use the CSV tables"

0 commit comments

Comments
 (0)