Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 18, 2023
1 parent 78c3891 commit 7917efc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .psalm/baseline.xml
Expand Up @@ -118,11 +118,16 @@
<code><![CDATA[$e->getCode()]]></code>
</PossiblyInvalidArgument>
</file>
<file src="src/Framework/Constraint/ObjectEquals.php">
<file src="src/Framework/Constraint/Object/ObjectEquals.php">
<MissingThrowsDocblock>
<code>getMethod</code>
</MissingThrowsDocblock>
</file>
<file src="src/Framework/Constraint/Object/ObjectHasProperty.php">
<MissingThrowsDocblock>
<code>hasProperty</code>
</MissingThrowsDocblock>
</file>
<file src="src/Framework/Constraint/Operator/BinaryOperator.php">
<PropertyTypeCoercion>
<code><![CDATA[array_map(
Expand Down

0 comments on commit 7917efc

Please sign in to comment.