Passed
Push — master ( bbf21e...5e1b04 )
by Alec
03:12
created
src/ConsoleColour/Core/AbstractColorSupportingTerminal.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,8 +74,7 @@
 block discarded – undo
74 74
         return
75 75
             $this->supportsColor() ?
76 76
                 $this->checkEnvVariable(static::ENV_TERM, static::COLOR_NEEDLE) ||
77
-                $this->checkEnvVariable(static::ENV_DOCKER_TERM, static::COLOR_NEEDLE) :
78
-                false;
77
+                $this->checkEnvVariable(static::ENV_DOCKER_TERM, static::COLOR_NEEDLE) : false;
79 78
     }
80 79
 
81 80
     /**
Please login to merge, or discard this patch.