@@ -127,7 +127,7 @@ |
||
127 | 127 | */ |
128 | 128 | public function text(?string $text, ?array $styles = []): Line |
129 | 129 | { |
130 | - $formatMap = array_map(function ($v) { |
|
130 | + $formatMap = array_map(function($v) { |
|
131 | 131 | return $this->codes[$v]; |
132 | 132 | }, $styles); |
133 | 133 |