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 d13390c commit 164380eCopy full SHA for 164380e
.psalm/baseline.xml
@@ -923,6 +923,16 @@
923
<code><![CDATA[include_once $filename]]></code>
924
</UnresolvableInclude>
925
</file>
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>
930
+ </LessSpecificReturnStatement>
931
+ <MoreSpecificReturnType>
932
+ <code><![CDATA[non-empty-string]]></code>
933
934
+ </MoreSpecificReturnType>
935
+ </file>
936
<file src="src/TextUI/Configuration/Builder.php">
937
<MissingThrowsDocblock>
938
<code><![CDATA[Registry::init(
0 commit comments