Skip to content

Commit 03fa495

Browse files
authored
Psalm 4.17.0 (#9315)
1 parent d40f9e5 commit 03fa495

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"squizlabs/php_codesniffer": "3.6.2",
4949
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
5050
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
51-
"vimeo/psalm": "4.16.1"
51+
"vimeo/psalm": "4.17.0"
5252
},
5353
"conflict": {
5454
"doctrine/annotations": "<1.13 || >= 2.0"

psalm-baseline.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<files psalm-version="4.16.1@aa7e400908833b10c0333861f86cd48c510b60eb">
2+
<files psalm-version="4.17.0@6f4707aa41c9174353a6434bba3fc8840f981d9c">
33
<file src="lib/Doctrine/ORM/AbstractQuery.php">
44
<DeprecatedClass occurrences="1">
55
<code>IterableResult</code>
@@ -3595,10 +3595,6 @@
35953595
<DeprecatedClass occurrences="1">
35963596
<code>AbstractExporter</code>
35973597
</DeprecatedClass>
3598-
<MissingClosureParamType occurrences="2">
3599-
<code>$m1</code>
3600-
<code>$m2</code>
3601-
</MissingClosureParamType>
36023598
<MissingPropertyType occurrences="1">
36033599
<code>$metadata-&gt;inheritanceType</code>
36043600
</MissingPropertyType>

0 commit comments

Comments
 (0)