@@ -29,7 +29,7 @@ |
||
| 29 | 29 | public function asText() |
| 30 | 30 | { |
| 31 | 31 | $result = []; |
| 32 | - $result[] = "#".$this->id; |
|
| 32 | + $result[] = "#" . $this->id; |
|
| 33 | 33 | |
| 34 | 34 | if (isset($this->name) && is_string($this->name)) { |
| 35 | 35 | $result[] = $this->name; |