diff --git a/.gitattributes b/.gitattributes index 852671b..b8e87ad 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 219de49..4680074 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -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" diff --git a/composer.json b/composer.json index 45f17a6..bd696f3 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index 079c4ec..0000000 --- a/psalm.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - diff --git a/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php b/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php index 602407e..7514315 100644 --- a/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php +++ b/tests/DoctrineTest/InstantiatorTest/InstantiatorTest.php @@ -149,7 +149,7 @@ public static function getInstantiableClasses(): array /** * Provides a list of instantiable classes (existing) * - * @psalm-return Generator + * @return Generator */ public static function getInvalidClassNames(): Generator {