Completed
Push — master ( c2ebc6...21041d )
by Davide
12:42 queued 09:04
created
src/AccordionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         $count = 0;
33 33
         $text = preg_replace_callback(
34 34
                     $this->regex,
35
-                    function ($m) use (&$count) {
35
+                    function($m) use (&$count) {
36 36
                         $count++;
37 37
 
38 38
                         return str_replace(
Please login to merge, or discard this patch.