Skip to content

Commit

Permalink
Merge pull request #10604 from greg0ire/psalm-5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire authored Mar 30, 2023
2 parents da9b9de + 8cb7a5e commit e5fb1a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.30.0 || 5.8.0"
"vimeo/psalm": "4.30.0 || 5.9.0"
},
"conflict": {
"doctrine/annotations": "<1.13 || >= 3.0"
Expand Down
14 changes: 6 additions & 8 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="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
<files psalm-version="5.9.0@8b9ad1eb9e8b7d3101f949291da2b9f7767cd163">
<file src="lib/Doctrine/ORM/AbstractQuery.php">
<DeprecatedClass>
<code>IterableResult</code>
Expand Down Expand Up @@ -612,7 +612,6 @@
</InvalidNullableReturnType>
<InvalidPropertyAssignmentValue>
<code>$definition</code>
<code><![CDATA[$this->identifier]]></code>
<code><![CDATA[$this->sqlResultSetMappings]]></code>
<code><![CDATA[$this->subClasses]]></code>
</InvalidPropertyAssignmentValue>
Expand Down Expand Up @@ -769,6 +768,7 @@
<code><![CDATA[$this->entityListeners]]></code>
<code><![CDATA[$this->fieldMappings]]></code>
<code><![CDATA[$this->fullyQualifiedClassName($repositoryClassName)]]></code>
<code><![CDATA[$this->identifier]]></code>
<code><![CDATA[$this->table]]></code>
<code><![CDATA[$this->table]]></code>
<code><![CDATA[$this->table]]></code>
Expand Down Expand Up @@ -2110,12 +2110,12 @@
</NonInvariantDocblockPropertyType>
</file>
<file src="lib/Doctrine/ORM/Query/Expr/Base.php">
<InvalidPropertyAssignmentValue>
<code><![CDATA[$this->parts]]></code>
</InvalidPropertyAssignmentValue>
<MethodSignatureMustProvideReturnType>
<code>__toString</code>
</MethodSignatureMustProvideReturnType>
<PropertyTypeCoercion>
<code><![CDATA[$this->parts]]></code>
</PropertyTypeCoercion>
</file>
<file src="lib/Doctrine/ORM/Query/Expr/Comparison.php">
<MethodSignatureMustProvideReturnType>
Expand Down Expand Up @@ -2558,6 +2558,7 @@
<file src="lib/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php">
<ArgumentTypeCoercion>
<code>$fromPaths</code>
<code>$metadata</code>
</ArgumentTypeCoercion>
<DeprecatedClass>
<code>ClassMetadataExporter</code>
Expand All @@ -2572,9 +2573,6 @@
<code>private $entityGenerator = null;</code>
<code>private $metadataExporter = null;</code>
</DeprecatedClass>
<InvalidArgument>
<code>$metadata</code>
</InvalidArgument>
</file>
<file src="lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php">
<ArgumentTypeCoercion>
Expand Down

0 comments on commit e5fb1a4

Please sign in to comment.