Skip to content

Commit ec63f5d

Browse files
committed
Regenerate Psalm baseline
1 parent 952ccc5 commit ec63f5d

File tree

1 file changed

+4
-39
lines changed

1 file changed

+4
-39
lines changed

psalm-baseline.xml

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@
8686
<InvalidArgument occurrences="1">
8787
<code>$em-&gt;getMetadataFactory()</code>
8888
</InvalidArgument>
89-
<MissingReturnType occurrences="1">
90-
<code>loadCacheEntry</code>
91-
</MissingReturnType>
9289
<UndefinedInterfaceMethod occurrences="1">
9390
<code>getCacheRegion</code>
9491
</UndefinedInterfaceMethod>
@@ -629,36 +626,6 @@
629626
<code>matching</code>
630627
</UndefinedInterfaceMethod>
631628
</file>
632-
<file src="lib/Doctrine/ORM/Mapping/AnsiQuoteStrategy.php">
633-
<PossiblyUndefinedArrayOffset occurrences="1">
634-
<code>$class-&gt;fieldMappings[$fieldName]['columnName']</code>
635-
</PossiblyUndefinedArrayOffset>
636-
</file>
637-
<file src="lib/Doctrine/ORM/Mapping/AssociationOverride.php">
638-
<MissingConstructor occurrences="5">
639-
<code>$fetch</code>
640-
<code>$inversedBy</code>
641-
<code>$joinColumns</code>
642-
<code>$joinTable</code>
643-
<code>$name</code>
644-
</MissingConstructor>
645-
</file>
646-
<file src="lib/Doctrine/ORM/Mapping/AssociationOverrides.php">
647-
<MissingConstructor occurrences="1">
648-
<code>$value</code>
649-
</MissingConstructor>
650-
</file>
651-
<file src="lib/Doctrine/ORM/Mapping/AttributeOverride.php">
652-
<MissingConstructor occurrences="2">
653-
<code>$column</code>
654-
<code>$name</code>
655-
</MissingConstructor>
656-
</file>
657-
<file src="lib/Doctrine/ORM/Mapping/AttributeOverrides.php">
658-
<MissingConstructor occurrences="1">
659-
<code>$value</code>
660-
</MissingConstructor>
661-
</file>
662629
<file src="lib/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php">
663630
<ArgumentTypeCoercion occurrences="2">
664631
<code>$class</code>
@@ -862,11 +829,7 @@
862829
<code>$this-&gt;table</code>
863830
<code>$this-&gt;table</code>
864831
</PropertyTypeCoercion>
865-
<RedundantCast occurrences="1">
866-
<code>array_values</code>
867-
</RedundantCast>
868-
<RedundantConditionGivenDocblockType occurrences="3">
869-
<code>$className !== null</code>
832+
<RedundantConditionGivenDocblockType occurrences="2">
870833
<code>$mapping !== false</code>
871834
<code>$mapping !== false</code>
872835
</RedundantConditionGivenDocblockType>
@@ -2964,7 +2927,9 @@
29642927
<code>$alias</code>
29652928
<code>$alias</code>
29662929
</PossiblyNullArgument>
2967-
<RedundantConditionGivenDocblockType occurrences="1"/>
2930+
<RedundantConditionGivenDocblockType occurrences="1">
2931+
<code>self::SELECT</code>
2932+
</RedundantConditionGivenDocblockType>
29682933
</file>
29692934
<file src="lib/Doctrine/ORM/Repository/DefaultRepositoryFactory.php">
29702935
<LessSpecificReturnStatement occurrences="1">

0 commit comments

Comments
 (0)