Merge pull request #196 from mpdude/update-psalm

Update to Psalm 4.30
This commit is contained in:
Yozhef
2022-11-30 11:13:55 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
"symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0", "symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
"symfony/process": "^4.4 || ^5.3 || ^6.0", "symfony/process": "^4.4 || ^5.3 || ^6.0",
"symfony/yaml": "^4.4 || ^5.3 || ^6.0", "symfony/yaml": "^4.4 || ^5.3 || ^6.0",
"vimeo/psalm": "4.15.0" "vimeo/psalm": "4.30.0"
}, },
"suggest": { "suggest": {
"friends-of-behat/mink": "^1.9", "friends-of-behat/mink": "^1.9",

View File

@@ -1,6 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<psalm <psalm
totallyTyped="true"
errorLevel="4" errorLevel="4"
resolveFromConfigFile="true" resolveFromConfigFile="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"