Completed
Push — master ( 64482a...c103e3 )
by Harry
02:22
created
src/Terminal/ANSI.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
                 "\r",
150 150
                 "\n",
151 151
             ];
152
-            $this->filter = array_map(function ($line) {
152
+            $this->filter = array_map(function($line) {
153 153
                 return '/' . str_replace(['%d', '['], ['\d+', '\['], $line) . '/';
154 154
             }, $items);
155 155
         }
Please login to merge, or discard this patch.