Test Failed
Push — develop ( 301206...96492f )
by Nuno
09:06 queued 05:28
created
src/Jobs/UpdateJob.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     {
118 118
         $class = get_class($searchable->getModel());
119 119
 
120
-        if (! array_key_exists($class, $this->splittables)) {
120
+        if ( ! array_key_exists($class, $this->splittables)) {
121 121
             $this->splittables[$class] = false;
122 122
 
123 123
             foreach ($searchable->toSearchableArray() as $key => $value) {
Please login to merge, or discard this patch.
src/Console/Commands/OptimizeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         foreach ($searchableFinder->fromCommand($this) as $searchable) {
47 47
             $this->output->text('
Please login to merge, or discard this patch.