Skip to content

Commit

Permalink
Fix v2.5 for PHP7.3, see: doctrine#7402
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Długołęcki committed Mar 16, 2020
1 parent 19db751 commit 0db5585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/UnitOfWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ public function createEntity($className, array $data, &$hints = array())
$class->reflFields[$field]->setValue($entity, $data[$field]);
$this->originalEntityData[$oid][$field] = $data[$field];

continue;
continue 2;
}

$associatedId = array();
Expand Down

0 comments on commit 0db5585

Please sign in to comment.