Skip to content

Commit

Permalink
Drop Psalm (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Dec 2, 2024
1 parent e901423 commit 301b94d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 29 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ phpcs.xml.dist export-ignore
phpmd.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpunit.xml.dist export-ignore
psalm.xml export-ignore
composer.lock 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,6 +12,6 @@ on:
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.3.0"
uses: "doctrine/.github/.github/workflows/phpstan.yml@5.3.0"
with:
composer-root-version: "1.4"
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^10.5",
"vimeo/psalm": "^5.4"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
24 changes: 0 additions & 24 deletions psalm.xml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static function getInstantiableClasses(): array
/**
* Provides a list of instantiable classes (existing)
*
* @psalm-return Generator<string, array{string}>
* @return Generator<string, array{string}>
*/
public static function getInvalidClassNames(): Generator
{
Expand Down

0 comments on commit 301b94d

Please sign in to comment.