Test Failed
Branch develop (b968c4)
by Nuno
06:26 queued 19s
created
src/Console/Commands/ReImportCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,8 +79,7 @@
 block discarded – undo
79 79
                 while ($this->waitingForRecordsImported($recordsCounter, $searchable)) {
80 80
                     sleep(1);
81 81
                 }
82
-            }
83
-            finally {
82
+            } finally {
84 83
                 $config->set('scout.prefix', $scoutPrefix);
85 84
             }
86 85
 
Please login to merge, or discard this patch.