We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c146604 commit f0ed86cCopy full SHA for f0ed86c
.psalm/baseline.xml
@@ -585,6 +585,11 @@
585
<code><![CDATA[assert($testSuite instanceof TestSuiteForTestMethodWithDataProvider)]]></code>
586
</RedundantCondition>
587
</file>
588
+ <file src="src/Logging/TestDox/NamePrettifier.php">
589
+ <LessSpecificReturnStatement>
590
+ <code><![CDATA[(string) $value->value]]></code>
591
+ </LessSpecificReturnStatement>
592
+ </file>
593
<file src="src/Logging/TestDox/TestResult/TestResultCollection.php">
594
<PropertyTypeCoercion>
595
<code><![CDATA[$testResults]]></code>
0 commit comments