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 0db5585 commit f667cf9
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 @@ -2662,7 +2662,7 @@ public function createEntity($className, array $data, &$hints = array())
$class->reflFields[$field]->setValue($entity, null);
$this->originalEntityData[$oid][$field] = null;

continue;
continue 2;
}

if ( ! isset($hints['fetchMode'][$class->name][$field])) {
Expand Down

0 comments on commit f667cf9

Please sign in to comment.