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