@@ -21,7 +21,7 @@ |
||
21 | 21 | |
22 | 22 | public function register() |
23 | 23 | { |
24 | - $this->app->bind('accordion', function () { |
|
24 | + $this->app->bind('accordion', function() { |
|
25 | 25 | return new AccordionFactory(); |
26 | 26 | }); |
27 | 27 | } |
@@ -32,7 +32,7 @@ |
||
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( |