@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | |
92 | 92 | $repositoryResponse = RepositoryResponse::fromResponse($response); |
93 | 93 | |
94 | - if (!$repositoryResponse->isSuccessful()) { |
|
94 | + if ( ! $repositoryResponse->isSuccessful()) { |
|
95 | 95 | throw RepositoryException::failed($repositoryResponse); |
96 | 96 | } |
97 | 97 | |
@@ -101,7 +101,7 @@ discard block |
||
101 | 101 | |
102 | 102 | $result = []; |
103 | 103 | |
104 | - if (!$responseContent['response']['content_categories']) { |
|
104 | + if ( ! $responseContent['response']['content_categories']) { |
|
105 | 105 | $responseContent['response']['content_categories'] = []; |
106 | 106 | } |
107 | 107 |