Completed
Pull Request — master (#14)
by Pavel
04:14
created
EntityManager.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     public function remove($object)
95 95
     {
96 96
         $this->getUnitOfWork()->getEntityPersister(get_class($object))
97
-             ->delete($object);
97
+                ->delete($object);
98 98
     }
99 99
 
100 100
     /** {@inheritdoc} */
Please login to merge, or discard this patch.