Passed
Push — master ( bbba47...f8583f )
by KwangSeob
03:39
created
src/Status/StatusService.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.