Skip to content

Commit f0ed86c

Browse files
Update Psalm baseline
1 parent c146604 commit f0ed86c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.psalm/baseline.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,11 @@
585585
<code><![CDATA[assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider)]]></code>
586586
</RedundantCondition>
587587
</file>
588+
<file src="src/Logging/TestDox/NamePrettifier.php">
589+
<LessSpecificReturnStatement>
590+
<code><![CDATA[(string) $value->value]]></code>
591+
</LessSpecificReturnStatement>
592+
</file>
588593
<file src="src/Logging/TestDox/TestResult/TestResultCollection.php">
589594
<PropertyTypeCoercion>
590595
<code><![CDATA[$testResults]]></code>

0 commit comments

Comments
 (0)