Skip to content

Commit ddda65e

Browse files
committed
Remove psalm in favor of phpstan
1 parent 38c41ab commit ddda65e

File tree

7 files changed

+1124
-2425
lines changed

7 files changed

+1124
-2425
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ infection.json export-ignore
33
Makefile export-ignore
44
phpstan.neon.dist export-ignore
55
phpstan-baseline.neon export-ignore
6-
psalm-baseline.xml export-ignore
7-
psalm.xml export-ignore
86
phpunit.xml.dist export-ignore
97
/tests export-ignore
108
/vendor-bin export-ignore

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ cs: vendor-bin/tools/vendor
3232
cs-fix: vendor-bin/tools/vendor
3333
vendor/bin/php-cs-fixer fix --verbose
3434

35-
.PHONY: psalm
36-
psalm: vendor-bin/tools/vendor
37-
vendor/bin/psalm --config=psalm.xml --diff --shepherd --show-info=false --stats --threads=4
38-
3935
.PHONY: phpstan
4036
phpstan: vendor-bin/tools/vendor
4137
vendor/bin/phpstan analyse

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"symfony/expression-language": "^6.4 || ^7.0",
5454
"symfony/form": "^6.4 || ^7.0",
5555
"symfony/framework-bundle": "^6.4 || ^7.0",
56+
"symfony/http-client": "^7.2",
5657
"symfony/http-foundation": "^6.4 || ^7.0",
5758
"symfony/http-kernel": "^6.4 || ^7.0",
5859
"symfony/options-resolver": "^6.4 || ^7.0",

psalm-baseline.xml

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

psalm.xml

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

vendor-bin/tools/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"phpstan/phpstan-strict-rules": "^1.0",
1515
"phpstan/phpstan-symfony": "^1.0",
1616
"phpunit/phpunit": "^10.0",
17-
"psalm/plugin-phpunit": "^0.19",
18-
"psalm/plugin-symfony": "^5.0",
19-
"symfony/phpunit-bridge": "^7.0",
20-
"vimeo/psalm": "^5.0"
17+
"symfony/phpunit-bridge": "^7.0"
2118
},
2219
"config": {
2320
"allow-plugins": {

0 commit comments

Comments
 (0)