Completed
Branch master (a69c65)
by Greg
04:32
created
RoboFile.php 1 patch
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,9 @@  discard block
 block discarded – undo
92 92
             ->push()
93 93
             ->run();
94 94
 
95
-        if ($stable) $this->pharPublish();
95
+        if ($stable) {
96
+            $this->pharPublish();
97
+        }
96 98
         $this->publish();
97 99
 
98 100
         $this->taskGitStack()
@@ -100,7 +102,9 @@  discard block
 block discarded – undo
100 102
             ->push('origin master --tags')
101 103
             ->run();
102 104
 
103
-        if ($stable) $this->versionBump();
105
+        if ($stable) {
106
+            $this->versionBump();
107
+        }
104 108
     }
105 109
 
106 110
     /**
Please login to merge, or discard this patch.