Skip to content

Commit

Permalink
Drop Psalm (#562)
Browse files Browse the repository at this point in the history
As per our decision during the Hackathon.
  • Loading branch information
greg0ire authored Dec 2, 2024
1 parent 4b588b3 commit 8016515
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 55 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ phpcs.xml.dist export-ignore
phpstan.neon export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
psalm-baseline.xml export-ignore
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis[email protected]"
uses: "doctrine/.github/.github/workflows/phpstan[email protected]"
2 changes: 1 addition & 1 deletion Tests/DependencyInjection/DoctrineCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testCommandRegistered(string $name, string $instance): void

/**
* @return string[][]
* @psalm-return list<array{string, class-string<DoctrineCommand>}>
* @phpstan-return list<array{string, class-string<DoctrineCommand>}>
*/
public function getCommands(): array
{
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@
"phpstan/phpstan-symfony": "^1.3",
"doctrine/orm": "^2.6 || ^3",
"doctrine/persistence": "^2.0 || ^3 ",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-symfony": "^3 || ^5",
"symfony/phpunit-bridge": "^6.3 || ^7",
"symfony/var-exporter": "^5.4 || ^6 || ^7",
"vimeo/psalm": "^4.30 || ^5.15"
"symfony/var-exporter": "^5.4 || ^6 || ^7"
},
"autoload": {
"psr-4": { "Doctrine\\Bundle\\MigrationsBundle\\": "" },
Expand Down
21 changes: 0 additions & 21 deletions psalm-baseline.xml

This file was deleted.

26 changes: 0 additions & 26 deletions psalm.xml

This file was deleted.

0 comments on commit 8016515

Please sign in to comment.