Test Setup Failed
Branch master (816c76)
by Alec
04:22
created
src/ConsoleColour/AbstractTerminal.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,8 +210,7 @@
 block discarded – undo
210 210
         return
211 211
             $this->supportsColor() ?
212 212
                 $this->checkFor256ColorSupport(static::ENV_TERM) ||
213
-                $this->checkFor256ColorSupport(static::ENV_DOCKER_TERM) :
214
-                false;
213
+                $this->checkFor256ColorSupport(static::ENV_DOCKER_TERM) : false;
215 214
     }
216 215
 
217 216
     /**
Please login to merge, or discard this patch.