Skip to content

Commit

Permalink
chore(psalm): Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Feb 2, 2023
1 parent 4d11fe3 commit 4523135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,10 @@
<code>$this-&gt;findEntity($qb)</code>
<code>$this-&gt;findEntity($qb)</code>
</LessSpecificReturnStatement>
<MixedReturnTypeCoercion occurrences="2">
<code>$qb-&gt;executeQuery()-&gt;fetchAll(\PDO::FETCH_COLUMN)</code>
<code>list&lt;string&gt;</code>
</MixedReturnTypeCoercion>
<MoreSpecificReturnType occurrences="6">
<code>FaceDetection</code>
<code>FaceDetection</code>
Expand Down

0 comments on commit 4523135

Please sign in to comment.