Completed
Pull Request — master (#6)
by Daniel
02:32
created
lib/Agent/InMemoryAgent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
     public function delete($object)
59 59
     {
60 60
         $collection = $this->getCollection($classFqn = get_class($object));
61
-        $collection = array_filter($collection, function ($element) use ($object) {
61
+        $collection = array_filter($collection, function($element) use ($object) {
62 62
             if ($object === $element) {
63 63
                 return false;
64 64
             }
Please login to merge, or discard this patch.