Completed
Pull Request — master (#147)
by Shuvro
21s
created
src/Factory.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,9 +182,9 @@
 block discarded – undo
182 182
 
183 183
         // Build and return the client
184 184
         if (
185
-             !empty($host['api_id']) && $host['api_id'] !== null &&
185
+                !empty($host['api_id']) && $host['api_id'] !== null &&
186 186
              !empty($host['api_key']) && $host['api_key'] !== null
187
-         ) {
187
+            ) {
188 188
             $clientBuilder->setApiKey($host['api_id'], $host['api_key']);
189 189
         }
190 190
 
Please login to merge, or discard this patch.