Passed
Push — master ( b0dded...dbf2f0 )
by Alec
03:10
created
src/ConsoleColour/ConsoleColor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
                  * @return bool
85 85
                  * @psalm-suppress MissingClosureParamType
86 86
                  */
87
-                static function ($val): bool {
87
+                static function($val): bool {
88 88
                     return $val !== null;
89 89
                 }
90 90
             );
Please login to merge, or discard this patch.