Skip to content

Commit

Permalink
Merge pull request #2918 from mficzel/task/updatePsalmBaseline
Browse files Browse the repository at this point in the history
TASK: Update psalm baseline
  • Loading branch information
kdambekalns committed Oct 7, 2022
2 parents 34ef462 + d6c3bbe commit 52b0cbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1569,9 +1569,10 @@
</ArgumentTypeCoercion>
</file>
<file src="Packages/Framework/Neos.Flow/Classes/Persistence/Doctrine/Mapping/Driver/FlowAnnotationDriver.php">
<ArgumentTypeCoercion occurrences="3">
<ArgumentTypeCoercion occurrences="4">
<code>$className</code>
<code>$classSchema-&gt;getRepositoryClassName()</code>
<code>$discriminatorColumn</code>
</ArgumentTypeCoercion>
<InvalidPropertyAssignmentValue occurrences="1">
<code>new IndexedReader(new AnnotationReader())</code>
Expand Down

0 comments on commit 52b0cbb

Please sign in to comment.