Passed
Pull Request — master (#345)
by
unknown
02:32
created
src/Status/StatusService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.