Skip to content

Commit 8016515

Browse files
authored
Drop Psalm (#562)
As per our decision during the Hackathon.
1 parent 4b588b3 commit 8016515

File tree

6 files changed

+3
-55
lines changed

6 files changed

+3
-55
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ phpcs.xml.dist export-ignore
99
phpstan.neon export-ignore
1010
phpstan.neon.dist export-ignore
1111
phpunit.xml.dist export-ignore
12-
psalm.xml export-ignore
13-
psalm-baseline.xml export-ignore

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212
jobs:
1313
static-analysis:
1414
name: "Static Analysis"
15-
uses: "doctrine/.github/.github/workflows/static-analysis[email protected]"
15+
uses: "doctrine/.github/.github/workflows/phpstan[email protected]"

Tests/DependencyInjection/DoctrineCommandsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testCommandRegistered(string $name, string $instance): void
5151

5252
/**
5353
* @return string[][]
54-
* @psalm-return list<array{string, class-string<DoctrineCommand>}>
54+
* @phpstan-return list<array{string, class-string<DoctrineCommand>}>
5555
*/
5656
public function getCommands(): array
5757
{

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@
3737
"phpstan/phpstan-symfony": "^1.3",
3838
"doctrine/orm": "^2.6 || ^3",
3939
"doctrine/persistence": "^2.0 || ^3 ",
40-
"psalm/plugin-phpunit": "^0.18.4",
41-
"psalm/plugin-symfony": "^3 || ^5",
4240
"symfony/phpunit-bridge": "^6.3 || ^7",
43-
"symfony/var-exporter": "^5.4 || ^6 || ^7",
44-
"vimeo/psalm": "^4.30 || ^5.15"
41+
"symfony/var-exporter": "^5.4 || ^6 || ^7"
4542
},
4643
"autoload": {
4744
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" },

psalm-baseline.xml

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

psalm.xml

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

0 commit comments

Comments
 (0)