@@ -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 | ); |
@@ -232,8 +232,7 @@ |
||
| 232 | 232 | return |
| 233 | 233 | $this->supportsColor() ? |
| 234 | 234 | $this->checkTermVarFor256ColorSupport('TERM') || |
| 235 | - $this->checkTermVarFor256ColorSupport('DOCKER_TERM') : |
|
| 236 | - false; |
|
| 235 | + $this->checkTermVarFor256ColorSupport('DOCKER_TERM') : false; |
|
| 237 | 236 | } |
| 238 | 237 | // /** |
| 239 | 238 | // * @return bool |