Completed
Pull Request — master (#141)
by
unknown
18s
created
src/Factory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
         // Build and return the client
183 183
         if($ES_api_id != '')
184 184
             {
185
-              return $clientBuilder->setApiKey($ES_api_id,$ES_api_key)->build();
185
+                return $clientBuilder->setApiKey($ES_api_id,$ES_api_key)->build();
186 186
             }
187 187
         else {
188 188
             return $clientBuilder->build();
Please login to merge, or discard this patch.