Completed
Push — master ( ae7486...e30bc0 )
by Francesco
16:00
created
src/repository/CategoryRepository.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.