Skip to content

Commit 1605aee

Browse files
Update Psalm baseline
1 parent 45d21d9 commit 1605aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.psalm/baseline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@
926926
<file src="src/TextUI/Command/Commands/CheckPhpConfigurationCommand.php">
927927
<LessSpecificReturnStatement>
928928
<code><![CDATA[Color::colorizeTextBox('fg-green, bold', 'ok')]]></code>
929-
<code><![CDATA[Color::colorizeTextBox('fg-red, bold', 'not ok')]]></code>
929+
<code><![CDATA[Color::colorizeTextBox('fg-red, bold', $message)]]></code>
930930
</LessSpecificReturnStatement>
931931
<MoreSpecificReturnType>
932932
<code><![CDATA[non-empty-string]]></code>

0 commit comments

Comments
 (0)