@@ -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 | ); |
@@ -210,8 +210,7 @@ |
||
| 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 | /** |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | * @method green(string $text) |
| 16 | 16 | * @method cyan(string $text) |
| 17 | 17 | * @method magenta(string $text) |
| 18 | - |
|
| 19 | 18 | * @method italic(string $text) |
| 20 | 19 | * @method bold(string $text) |
| 21 | 20 | * @method dark(string $text) |