@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | /** |
| 43 | 43 | * @param int $namespaceId The namespace id |
| 44 | 44 | */ |
| 45 | - public function setNamespace( $namespaceId ){ |
|
| 45 | + public function setNamespace($namespaceId) { |
|
| 46 | 46 | $this->namespaceId = $namespaceId; |
| 47 | 47 | } |
| 48 | 48 | |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | } catch (RequestException $e) { |
| 87 | 87 | $rawResponse = $e->getResponse(); |
| 88 | 88 | |
| 89 | - if (! $rawResponse instanceof ResponseInterface) { |
|
| 89 | + if (!$rawResponse instanceof ResponseInterface) { |
|
| 90 | 90 | throw new DropboxClientException($e->getMessage(), $e->getCode()); |
| 91 | 91 | } |
| 92 | 92 | } |