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 45d21d9 commit 1605aeeCopy full SHA for 1605aee
.psalm/baseline.xml
@@ -926,7 +926,7 @@
926
<file src="src/TextUI/Command/Commands/CheckPhpConfigurationCommand.php">
927
<LessSpecificReturnStatement>
928
<code><![CDATA[Color::colorizeTextBox('fg-green, bold', 'ok')]]></code>
929
- <code><![CDATA[Color::colorizeTextBox('fg-red, bold', 'not ok')]]></code>
+ <code><![CDATA[Color::colorizeTextBox('fg-red, bold', $message)]]></code>
930
</LessSpecificReturnStatement>
931
<MoreSpecificReturnType>
932
<code><![CDATA[non-empty-string]]></code>
0 commit comments