Passed
Push — master ( b15bab...ffedc5 )
by Loban
57s queued 14s
created
src/LogInfoBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
         if (is_callable($this->template)) {
76 76
             return call_user_func($this->template);
77 77
         }
78
-        $callback = function ($matches) {
78
+        $callback = function($matches) {
79 79
             return ArrayHelper::getValue($this->owner, $matches[1]);
80 80
         };
81 81
         return preg_replace_callback('/\\{([\w\._]+)\\}/', $callback, $this->template);
Please login to merge, or discard this patch.