Completed
Push — master ( 94c100...88acb8 )
by Andrii
02:56
created
src/base/Interpolator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
                 $this->interpolateArray($item);
35 35
             }
36 36
         } elseif (is_string($data)) {
37
-            $data = preg_replace_callback('/\\$(\\w+)\\[\'(.+?)\'\\]/', function ($matches) {
37
+            $data = preg_replace_callback('/\\$(\\w+)\\[\'(.+?)\'\\]/', function($matches) {
38 38
                 return $this->get($matches[1], $matches[2]);
39 39
             }, $data);
40 40
         }
Please login to merge, or discard this patch.