Skip to content

Commit b9cb653

Browse files
committed
psalm
1 parent ca5852d commit b9cb653

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

psalm-baseline.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@
785785
</UndefinedInterfaceMethod>
786786
</file>
787787
<file src="lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php">
788-
<InvalidArgument occurrences="1"/>
788+
<InvalidArgument occurrences="2"/>
789789
<InvalidArrayAccess occurrences="4">
790790
<code>$value[0]</code>
791791
<code>$value[0]</code>
@@ -865,7 +865,7 @@
865865
<code>addNamedNativeQuery</code>
866866
<code>addNamedQuery</code>
867867
</DeprecatedMethod>
868-
<InvalidArgument occurrences="4">
868+
<InvalidArgument occurrences="5">
869869
<code>$this-&gt;cacheToArray($manyToManyElement-&gt;cache)</code>
870870
<code>$this-&gt;cacheToArray($manyToOneElement-&gt;cache)</code>
871871
<code>$this-&gt;cacheToArray($oneToManyElement-&gt;cache)</code>
@@ -931,6 +931,7 @@
931931
<code>addNamedNativeQuery</code>
932932
<code>addNamedQuery</code>
933933
</DeprecatedMethod>
934+
<InvalidArgument occurrences="1"/>
934935
<InvalidDocblock occurrences="1">
935936
<code>private function cacheToArray(array $cacheMapping): array</code>
936937
</InvalidDocblock>

0 commit comments

Comments
 (0)