Skip to content

Commit

Permalink
chore: update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Sep 3, 2024
1 parent bbbd791 commit 0eb8161
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/psalm-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
</file>
<file src="lib/Controller/OutboxController.php">
<PossiblyNullArgument>
<code><![CDATA[$editorBody]]></code>
<code><![CDATA[$sendAt]]></code>
</PossiblyNullArgument>
</file>
Expand Down Expand Up @@ -621,8 +622,8 @@
</file>
<file src="lib/Service/Search/FlagExpression.php">
<LessSpecificReturnStatement>
<code><![CDATA[new self("and", $operands)]]></code>
<code><![CDATA[new self("or", $operands)]]></code>
<code><![CDATA[new self('and', $operands)]]></code>
<code><![CDATA[new self('or', $operands)]]></code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType>
<code><![CDATA[static]]></code>
Expand Down

0 comments on commit 0eb8161

Please sign in to comment.