Completed
Push — master ( 459243...4c8b6d )
by Thomas
02:47
created
src/Indexer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
             $this->index[$key][$operation->idx($this->connection)] = $operation;
69 69
         }
70 70
         $indexer = $this;
71
-        $operation->onRemove(function ($operation) use ($key, $indexer) {
71
+        $operation->onRemove(function($operation) use ($key, $indexer) {
72 72
             $indexer->deIndex($operation, $key);
73 73
         });
74 74
         return $operation;
Please login to merge, or discard this patch.