Passed
Branch main (872595)
by William
06:51
created
Category
src/Line.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.