Test Setup Failed
Push — master ( 12b6a0...4bf144 )
by Александр
38:50
created
src/base/ActiveRecord.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
         return array_merge(parent::behaviors(), [
58 58
             BlameableBehavior::className() => [
59 59
                 'class' => BlameableBehavior::className(),
60
-                'value' => function ($event) {
60
+                'value' => function($event) {
61 61
                     if (\Yii::$app instanceof \yii\console\Application) {
62 62
                         return null;
63 63
                     } else {
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     public function asText()
126 126
     {
127 127
         $result = [];
128
-        $result[] = "#".$this->id;
128
+        $result[] = "#" . $this->id;
129 129
 
130 130
         if (isset($this->name) && is_string($this->name)) {
131 131
             $result[] = $this->name;
Please login to merge, or discard this patch.