Completed
Push — master ( 5f97d8...49324f )
by Andrii
11:55
created
src/handlers/YamlHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
                 $this->interpolateParams($item);
47 47
             }
48 48
         } elseif (is_string($data)) {
49
-            $data = preg_replace_callback('/\$params\[\'(.*?)\'\]/', function ($matches) {
49
+            $data = preg_replace_callback('/\$params\[\'(.*?)\'\]/', function($matches) {
50 50
                 return Yii::$app->params[$matches[1]];
51 51
             }, $data);
52 52
         }
Please login to merge, or discard this patch.