Completed
Push — master ( 49324f...8a5a61 )
by Andrii
12:44
created
src/components/Interpolator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
                 $this->interpolate($item);
14 14
             }
15 15
         } elseif (is_string($data)) {
16
-            $data = preg_replace_callback('/\{{ (.*?) }}/', function ($matches) {
16
+            $data = preg_replace_callback('/\{{ (.*?) }}/', function($matches) {
17 17
                 return $this->get($matches[1]);
18 18
             }, $data);
19 19
         }
Please login to merge, or discard this patch.