Skip to content

Commit

Permalink
Update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 30, 2025
1 parent c146604 commit f0ed86c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .psalm/baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,11 @@
<code><![CDATA[assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider)]]></code>
</RedundantCondition>
</file>
<file src="src/Logging/TestDox/NamePrettifier.php">
<LessSpecificReturnStatement>
<code><![CDATA[(string) $value->value]]></code>
</LessSpecificReturnStatement>
</file>
<file src="src/Logging/TestDox/TestResult/TestResultCollection.php">
<PropertyTypeCoercion>
<code><![CDATA[$testResults]]></code>
Expand Down

0 comments on commit f0ed86c

Please # to comment.