@@ -19,7 +19,7 @@ |
||
19 | 19 | $this->path = $path; |
20 | 20 | $this->restClient = $jiraClient; |
21 | 21 | if (!$this->restClient) { |
22 | - $this->setRestClient(); |
|
22 | + $this->setRestClient(); |
|
23 | 23 | } |
24 | 24 | |
25 | 25 | } |
@@ -76,8 +76,7 @@ |
||
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 | } |