Passed
Pull Request — master (#193)
by Giovanni
03:39
created
src/DoctrineAuditBundle/Transaction/AuditTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
         }
167 167
 
168 168
         // ensure that proxies are initialized
169
-        if(!($entity instanceof Proxy) || $entity->__isInitialized()) {
169
+        if (!($entity instanceof Proxy) || $entity->__isInitialized()) {
170 170
             $em->getUnitOfWork()->initializeObject($entity);
171 171
         }
172 172
 
Please login to merge, or discard this patch.