mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1093: EntityManager "ExpressionBuilder" instead of "Query\Expr" #1366
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 (Mar 31, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user modernapocalypse:
The EntityManager's method getExpressionBuilder() DocBlock states that it returns a class of "ExpressionBuilder" when it actually returns an instance of "Query\Expr". The expressionBuilder property on the EntityManager also has the "ExpressionBuilder" type.
The ExpressionBuilder class does not exist and is making my PHP IDE (Netbeans 7 beta 2) code suggestion/completion functionality from working.
@doctrinebot commented on GitHub (Apr 3, 2011):
Comment created by @beberlei:
Fixed, you can use QueryBuilder->expr() aswell btw, which type hints this correctly.
@doctrinebot commented on GitHub (Apr 3, 2011):
Issue was closed with resolution "Fixed"