@@ -172,7 +172,7 @@ |
||
172 | 172 | */ |
173 | 173 | private function getStyleCodes(?array $styles = []): string |
174 | 174 | { |
175 | - $formatMap = array_map(function ($v) { |
|
175 | + $formatMap = array_map(function($v) { |
|
176 | 176 | return $this->codes[$v]; |
177 | 177 | }, $styles); |
178 | 178 |