Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Apr 17, 2024
1 parent bfc63bd commit a16f86f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@
<code><![CDATA[testDouble]]></code>
</MissingThrowsDocblock>
</file>
<file src="src/Framework/MockObject/Generator/MockBuilder.php">
<InvalidReturnStatement>
<code><![CDATA[$object]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code><![CDATA[MockObject&MockedType]]></code>
</InvalidReturnType>
</file>
<file src="src/Framework/MockObject/Generator/MockClass.php">
<LessSpecificReturnStatement>
<code><![CDATA[$this->mockName]]></code>
Expand Down Expand Up @@ -252,14 +260,6 @@
<code><![CDATA[strpos($parameterAsString, '<optional> ')]]></code>
</PossiblyFalseOperand>
</file>
<file src="src/Framework/MockObject/MockBuilder.php">
<InvalidReturnStatement>
<code><![CDATA[$object]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code><![CDATA[MockObject&MockedType]]></code>
</InvalidReturnType>
</file>
<file src="src/Framework/MockObject/Runtime/Builder/InvocationMocker.php">
<PropertyTypeCoercion>
<code><![CDATA[$configurableMethods]]></code>
Expand Down

0 comments on commit a16f86f

Please sign in to comment.