@@ -92,7 +92,9 @@ discard block |
||
| 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 |
||
| 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 | /** |