mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
DDC-1812: Modify ResultSetMapping#addMetaResult function definition #2280
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 @doctrinebot on GitHub (May 6, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user rivaros:
Give correct names to arguments
$alias- should be$tableAlias$columnNameshould be$columnAlias$fieldNameshould be$columnNameHere are some exmple calls from code:
AbstractEntityInheritancePersister.php79:
$this->_rsm->addMetaResult('r', $columnAlias, $joinColumnName);SqlWalker.php@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius @lcobucci can be closed as invalid
@Ocramius commented on GitHub (Jan 5, 2017):
@malukenho I think that a parameter rename makes sense here...
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius the parameters was already renamed. Look https://github.com/doctrine/doctrine2/blob/843966ac50d216b7c55e9f5fde7441fbf25dad57/lib/Doctrine/ORM/Persisters/Entity/AbstractEntityInheritancePersister.php#L90
@Ocramius commented on GitHub (Jan 5, 2017):
Indeed, thanks!