Skip to content

Commit

Permalink
Psalm 4.17.0 (#9315)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Jan 1, 2022
1 parent d40f9e5 commit 03fa495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.16.1"
"vimeo/psalm": "4.17.0"
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 2.0"
Expand Down
6 changes: 1 addition & 5 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.16.1@aa7e400908833b10c0333861f86cd48c510b60eb">
<files psalm-version="4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c">
<file src="lib/Doctrine/ORM/AbstractQuery.php">
<DeprecatedClass occurrences="1">
<code>IterableResult</code>
Expand Down Expand Up @@ -3595,10 +3595,6 @@
<DeprecatedClass occurrences="1">
<code>AbstractExporter</code>
</DeprecatedClass>
<MissingClosureParamType occurrences="2">
<code>$m1</code>
<code>$m2</code>
</MissingClosureParamType>
<MissingPropertyType occurrences="1">
<code>$metadata-&gt;inheritanceType</code>
</MissingPropertyType>
Expand Down

0 comments on commit 03fa495

Please sign in to comment.