Test Failed
Push — develop ( aee2c5...af4094 )
by Nuno
04:06
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.