Completed
Push — master ( a9ea1a...62657b )
by Andrii
05:05
created
src/controllers/VersionController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.