@@ -84,7 +84,7 @@ |
||
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 | ); |
@@ -74,8 +74,7 @@ |
||
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 | /** |