Completed
Push — master ( e76d83...f587e7 )
by Denis
14s
created
tests/ColorTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     {
24 24
         $builder = new ArrayToTextTable($data);
25 25
         $builder->applyFormatter(new ColorFormatter([
26
-            'test' => function ($value) {
26
+            'test' => function($value) {
27 27
                 return $value > 0 ? 'Red' : 'Green';
28 28
             }
29 29
         ]));
Please login to merge, or discard this patch.