Completed
Push — master ( 73cf89...e5d6f9 )
by Andrii
03:28
created
src/components/Version.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -103,6 +103,9 @@
 block discarded – undo
103 103
         return $release ?: $this->release ?: 'dev';
104 104
     }
105 105
 
106
+    /**
107
+     * @param string $branch
108
+     */
106 109
     public function setBranch($branch, $release = null)
107 110
     {
108 111
         if (isset($branch) && $release !== 'dev') {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
 
90 90
     public function save()
91 91
     {
92
-        $this->getFile()->write($this->renderFile() . "\n");
92
+        $this->getFile()->write($this->renderFile()."\n");
93 93
     }
94 94
 
95 95
     public function setRelease($release = null, $branch = '')
Please login to merge, or discard this patch.