Skip to content

Commit

Permalink
fix psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jul 23, 2023
1 parent 71f15d3 commit 17767f4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,6 @@
<code>transactional</code>
<code>transactional</code>
</DeprecatedMethod>
<InvalidReturnStatement>
<code><![CDATA[$this->wrapped->getClassMetadata($className)]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code>getClassMetadata</code>
</InvalidReturnType>
<MissingParamType>
<code>$entity</code>
<code>$lockMode</code>
Expand All @@ -281,7 +275,6 @@
</file>
<file src="lib/Doctrine/ORM/EntityManager.php">
<ArgumentTypeCoercion>
<code>$className</code>
<code>$connection</code>
<code>$entityName</code>
</ArgumentTypeCoercion>
Expand Down Expand Up @@ -1151,9 +1144,6 @@
<InvalidReturnType>
<code><![CDATA[Collection<TKey, T>]]></code>
</InvalidReturnType>
<LessSpecificReturnStatement>
<code><![CDATA[$this->unwrap()->matching($criteria)]]></code>
</LessSpecificReturnStatement>
<MissingParamType>
<code>$offset</code>
</MissingParamType>
Expand Down

0 comments on commit 17767f4

Please sign in to comment.