Test Setup Failed
Push — master ( acfd94...6cdd4a )
by Александр
39:57
created
src/base/ActiveRecord.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
             BlameableBehavior::className() =>
59 59
                 [
60 60
                     'class' => BlameableBehavior::className(),
61
-                    'value' => function ($event) {
61
+                    'value' => function($event) {
62 62
                         if (\Yii::$app instanceof \yii\console\Application) {
63 63
                             return null;
64 64
                         } else {
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
     public function asText()
133 133
     {
134 134
         $result = [];
135
-        $result[] = "#".$this->id;
135
+        $result[] = "#" . $this->id;
136 136
 
137 137
         if (isset($this->name) && is_string($this->name)) {
138 138
             $result[] = $this->name;
Please login to merge, or discard this patch.