@@ -210,7 +210,7 @@ discard block |
||
| 210 | 210 | */ |
| 211 | 211 | public function getJobById($jobId) |
| 212 | 212 | { |
| 213 | - try |
|
| 213 | + try |
|
| 214 | 214 | { |
| 215 | 215 | $response = $this->getClient()->get(sprintf( |
| 216 | 216 | 'postings/%s/%s', |
@@ -222,7 +222,7 @@ discard block |
||
| 222 | 222 | |
| 223 | 223 | return new LeverJob($responseData); |
| 224 | 224 | } |
| 225 | - catch(\GuzzleHttp\Exception\RequestException $e) |
|
| 225 | + catch(\GuzzleHttp\Exception\RequestException $e) |
|
| 226 | 226 | { |
| 227 | 227 | if ($e->getCode() === 404) |
| 228 | 228 | { |