Skip to content

Commit

Permalink
Merge pull request #5300 from derrabus/bump/psalm
Browse files Browse the repository at this point in the history
Psalm 4.22.0, PHPUnit 9.5.16
  • Loading branch information
derrabus authored Feb 28, 2022
2 parents a2212d1 + 00c7a40 commit 04fc772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "1.4.6",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.13",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.16",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.20.0"
"vimeo/psalm": "4.22.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
Expand Down
2 changes: 1 addition & 1 deletion psalm-strict.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<psalm
totallyTyped="true"
errorLevel="1"
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"
Expand Down
8 changes: 0 additions & 8 deletions psalm.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,6 @@
<file name="lib/Doctrine/DBAL/Schema/View.php"/>
</errorLevel>
</PropertyNotSetInConstructor>
<RedundantCondition>
<errorLevel type="suppress">
<!--
See https://github.com/vimeo/psalm/pull/7660
-->
<file name="lib/Doctrine/DBAL/Driver/Mysqli/Exception/ConnectionFailed.php"/>
</errorLevel>
</RedundantCondition>
<!-- This is necessary pre 4.0 -->
<RedundantCastGivenDocblockType>
<errorLevel type="suppress">
Expand Down

0 comments on commit 04fc772

Please sign in to comment.