Completed
Pull Request — master (#193)
by
unknown
01:45
created
src/Board/BoardService.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
         foreach($boardList as $board) {
81 81
           if ($board->type == 'scrum') {
82 82
             $boards[] = $this->getSprintInfoForBoard($board->id, $paramArray);
83
-          }else {
83
+          } else {
84 84
             $boards[] = $board;
85 85
           }
86 86
         }
Please login to merge, or discard this patch.
src/Sprint/SprintService.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,8 +76,7 @@
 block discarded – undo
76 76
           }
77 77
         }
78 78
         return $sprint;
79
-      }
80
-      catch (JiraException $e) {
79
+      } catch (JiraException $e) {
81 80
         print("Error Occured! " . $e->getMessage());
82 81
         return null;
83 82
       }
Please login to merge, or discard this patch.