@@ -22,8 +22,7 @@ |
||
22 | 22 | { |
23 | 23 | if ($this->isRestApiV3()) { |
24 | 24 | throw new JiraException('V3 is currently not supported'); |
25 | - } |
|
26 | - else { |
|
25 | + } else { |
|
27 | 26 | $statusObject = new Status(); |
28 | 27 | } |
29 | 28 |