Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: doctrine/orm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6675483d52dc5581fd400252a59de7e2e8561621
Choose a base ref
..
head repository: doctrine/orm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39d21135490472ba31755a0259fbaf38ac453b9b
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 lib/Doctrine/ORM/Query/ResultSetMapping.php
1 change: 1 addition & 0 deletions lib/Doctrine/ORM/Query/ResultSetMapping.php
Original file line number Diff line number Diff line change
@@ -597,6 +597,7 @@ public function addMetaResult($alias, $columnName, $fieldName, $isIdentifierColu
* @internal only to be used by ORM internals: do not use in downstream projects! This API is a minimal abstraction
* that only ORM internals need, and it tries to make sense of the very complex and squishy array-alike
* structure inside this class. Some assumptions are coded in here, so here be dragons.
*
* @throws MappingException If the identifier is not a single field, or if metadata for its
* owner is incorrect/missing.
*/