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