@@ -57,7 +57,7 @@ discard block |
||
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 |
||
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; |