| @@ -181,14 +181,14 @@ | ||
| 181 | 181 | |
| 182 | 182 | public function getJobById($jobId) | 
| 183 | 183 |      { | 
| 184 | - try | |
| 184 | + try | |
| 185 | 185 |          { | 
| 186 | 186 |              $response     = $this->client->get(sprintf('postings/%s/%s', $this->settings->site, $jobId)); | 
| 187 | 187 | $responseData = json_decode($response->getBody()); | 
| 188 | 188 | |
| 189 | 189 | return new LeverJob($responseData); | 
| 190 | 190 | } | 
| 191 | - catch(\GuzzleHttp\Exception\RequestException $e) | |
| 191 | + catch(\GuzzleHttp\Exception\RequestException $e) | |
| 192 | 192 |          { | 
| 193 | 193 | if ($e->getCode() === 404) | 
| 194 | 194 |              { |