Completed
Push — master ( cb1dba...ffcb18 )
by Juuso
03:45
created
src/AlgoliaManager.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
         $indices = [];
292 292
 
293 293
         foreach ($indexNames as $indexName) {
294
-            if($this->env !== null){
294
+            if($this->env !== null) {
295 295
                 $indexName = $this->env . '_' . $indexName;
296 296
             }
297 297
 
Please login to merge, or discard this patch.