diff --git a/composer.json b/composer.json index c63e0b7..c85a825 100644 --- a/composer.json +++ b/composer.json @@ -52,7 +52,7 @@ "rector/rector": "^2.0.9", "roave/infection-static-analysis-plugin": "^1.18", "spatie/phpunit-watcher": "^1.23.6", - "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.6", + "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.8.8", "yiisoft/di": "^1.1" }, "autoload": { diff --git a/psalm.xml b/psalm.xml index b48c894..2b2e0b2 100644 --- a/psalm.xml +++ b/psalm.xml @@ -3,6 +3,7 @@ errorLevel="1" findUnusedBaselineEntry="true" findUnusedCode="false" + ensureOverrideAttribute="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"