Test Failed
Pull Request — master (#143)
by Mozammil
04:06
created
src/Jobs/DeleteJob.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 
55 55
         $result = $index->deleteBy([
56 56
             'tagFilters' => [
57
-                $this->searchables->map(function ($searchable) {
57
+                $this->searchables->map(function($searchable) {
58 58
                     return ObjectIdEncrypter::encrypt($searchable);
59 59
                 })->toArray()
60 60
             ],
Please login to merge, or discard this patch.