Failed Conditions
Pull Request — master (#6717)
by
unknown
60:55
created
lib/Doctrine/ORM/UnitOfWork.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2543,7 +2543,7 @@
 block discarded – undo
2543 2543
         $class = $this->em->getClassMetadata($className);
2544 2544
 
2545 2545
         if ( ! $class instanceof ClassMetadata) {
2546
-          return $entity;
2546
+            return $entity;
2547 2547
         }
2548 2548
 
2549 2549
         $id = $this->identifierFlattener->flattenIdentifier($class, $data);
Please login to merge, or discard this patch.