mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Minor docblock issue ResultSetMappingBuilder #5306
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arjank on GitHub (Oct 27, 2016).
Originally assigned to: @Ocramius on GitHub.
The docblock of
ResultSetMappingBuilder::addJoinedEntityFromClassMetadata()in the 2.5 branch (and all previous 2.x branches) indicates that $relation should be an object. But the parameter is passed as-is toResultSetMapping::addJoinedEntityResult()which expects it to be a string (that has been updated in commitcb31798). Would it be possible to backport commit5481e0ffrom master to (at least) the 2.5 branch so the docblock correctly indicates what is expected?@Ocramius commented on GitHub (Oct 27, 2016):
Sorry, not going to backport documentation issues: simply not worth the additional time.