Completed
Push — master ( 383981...c2ebc6 )
by Davide
09:17 queued 10s
created
src/AccordionFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
         $count = 0;
49 49
         $text = preg_replace_callback(
50 50
                     $this->regex,
51
-                    function ($m) use (&$count) {
51
+                    function($m) use (&$count) {
52 52
                         $count++;
53 53
 
54 54
                         return str_replace(
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      *  @param string $icon_kind
72 72
      *  @return array $ret           
73 73
      **/
74
-    public function getAccordions($text, string $icon_kind = ''){
74
+    public function getAccordions($text, string $icon_kind = '') {
75 75
         
76 76
         $accordion = new AccordionFactory($icon_kind);
77 77
         $ret = $accordion->replace_accordion_strings_with_template($text);
Please login to merge, or discard this patch.