@@ -51,7 +51,7 @@ |
||
| 51 | 51 | |
| 52 | 52 | public function actionSave() |
| 53 | 53 | { |
| 54 | - $this->getFile()->write(implode(' ', [$this->version, $this->date, $this->time, $this->zone, $this->hash]) . "\n"); |
|
| 54 | + $this->getFile()->write(implode(' ', [$this->version, $this->date, $this->time, $this->zone, $this->hash])."\n"); |
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | 57 | public function setVersion($version = null) |