diff --git a/composer.json b/composer.json index 8284a46c..92a2a7fa 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "mockery/mockery": "^1.5", "spiral/http": "^3.7", "nyholm/psr7": "^1.5", - "vimeo/psalm": "^4.27" + "vimeo/psalm": "^5.9" }, "autoload": { "psr-4": { diff --git a/psalm.xml b/psalm.xml index cf0ee1b6..3f2636b8 100644 --- a/psalm.xml +++ b/psalm.xml @@ -11,6 +11,8 @@ findUnusedVariablesAndParams="true" ensureArrayStringOffsetsExist="true" addParamDefaultToDocblockType="true" + findUnusedBaselineEntry="true" + findUnusedCode="false" >