Skip to content

Commit 70c651e

Browse files
authored
Regenerate Psalm baseline (#9272)
1 parent 8cb62a6 commit 70c651e

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

psalm-baseline.xml

Lines changed: 6 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -717,31 +717,6 @@
717717
<code>$class-&gt;fieldMappings[$fieldName]['columnName']</code>
718718
</PossiblyUndefinedArrayOffset>
719719
</file>
720-
<file src="lib/Doctrine/ORM/Mapping/AssociationOverride.php">
721-
<MissingConstructor occurrences="5">
722-
<code>$fetch</code>
723-
<code>$inversedBy</code>
724-
<code>$joinColumns</code>
725-
<code>$joinTable</code>
726-
<code>$name</code>
727-
</MissingConstructor>
728-
</file>
729-
<file src="lib/Doctrine/ORM/Mapping/AssociationOverrides.php">
730-
<MissingConstructor occurrences="1">
731-
<code>$value</code>
732-
</MissingConstructor>
733-
</file>
734-
<file src="lib/Doctrine/ORM/Mapping/AttributeOverride.php">
735-
<MissingConstructor occurrences="2">
736-
<code>$column</code>
737-
<code>$name</code>
738-
</MissingConstructor>
739-
</file>
740-
<file src="lib/Doctrine/ORM/Mapping/AttributeOverrides.php">
741-
<MissingConstructor occurrences="1">
742-
<code>$value</code>
743-
</MissingConstructor>
744-
</file>
745720
<file src="lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php">
746721
<ArgumentTypeCoercion occurrences="2">
747722
<code>$class</code>
@@ -814,10 +789,9 @@
814789
<DeprecatedConstant occurrences="1">
815790
<code>ClassMetadata::GENERATOR_TYPE_UUID</code>
816791
</DeprecatedConstant>
817-
<DeprecatedMethod occurrences="3">
792+
<DeprecatedMethod occurrences="2">
818793
<code>addNamedNativeQuery</code>
819794
<code>addNamedQuery</code>
820-
<code>getName</code>
821795
</DeprecatedMethod>
822796
<DocblockTypeContradiction occurrences="2">
823797
<code>! $definition</code>
@@ -887,10 +861,6 @@
887861
<PropertyTypeCoercion occurrences="1">
888862
<code>$subClass-&gt;table</code>
889863
</PropertyTypeCoercion>
890-
<RedundantConditionGivenDocblockType occurrences="2">
891-
<code>$parent-&gt;idGenerator</code>
892-
<code>$parent-&gt;idGenerator</code>
893-
</RedundantConditionGivenDocblockType>
894864
<UndefinedInterfaceMethod occurrences="17">
895865
<code>inlineEmbeddable</code>
896866
<code>isInheritanceTypeNone</code>
@@ -2171,7 +2141,9 @@
21712141
</PropertyNotSetInConstructor>
21722142
</file>
21732143
<file src="lib/Doctrine/ORM/Query/AST/Functions/LocateFunction.php">
2174-
<InvalidScalarArgument occurrences="1"/>
2144+
<InvalidScalarArgument occurrences="1">
2145+
<code>$sqlWalker-&gt;walkSimpleArithmeticExpression($this-&gt;simpleArithmeticExpression)</code>
2146+
</InvalidScalarArgument>
21752147
<PossiblyInvalidArgument occurrences="1">
21762148
<code>$this-&gt;simpleArithmeticExpression</code>
21772149
</PossiblyInvalidArgument>
@@ -2837,13 +2809,11 @@
28372809
</PossiblyUndefinedArrayOffset>
28382810
</file>
28392811
<file src="lib/Doctrine/ORM/Query/SqlWalker.php">
2840-
<DocblockTypeContradiction occurrences="8">
2812+
<DocblockTypeContradiction occurrences="6">
28412813
<code>$likeExpr-&gt;stringPattern instanceof AST\Functions\FunctionNode</code>
28422814
<code>$likeExpr-&gt;stringPattern instanceof AST\PathExpression</code>
28432815
<code>$this-&gt;queryComponents[$dqlAlias]['relation'] === null</code>
28442816
<code>''</code>
2845-
<code>is_numeric($leftExpr)</code>
2846-
<code>is_numeric($rightExpr)</code>
28472817
<code>is_string($expression)</code>
28482818
<code>is_string($stringExpr)</code>
28492819
</DocblockTypeContradiction>
@@ -2924,12 +2894,8 @@
29242894
<code>$this-&gt;queryComponents</code>
29252895
<code>$this-&gt;selectedClasses</code>
29262896
</PropertyTypeCoercion>
2927-
<RedundantConditionGivenDocblockType occurrences="7">
2928-
<code>$leftExpr instanceof AST\Node</code>
2897+
<RedundantConditionGivenDocblockType occurrences="3">
29292898
<code>$likeExpr-&gt;stringPattern instanceof AST\InputParameter</code>
2930-
<code>$rightExpr instanceof AST\Node</code>
2931-
<code>$this-&gt;conn-&gt;quote($leftExpr)</code>
2932-
<code>$this-&gt;conn-&gt;quote($rightExpr)</code>
29332899
<code>$whereClause !== null</code>
29342900
<code>($factor-&gt;not ? 'NOT ' : '') . $this-&gt;walkConditionalPrimary($factor-&gt;conditionalPrimary)</code>
29352901
</RedundantConditionGivenDocblockType>

0 commit comments

Comments
 (0)