Details
-
Type:
Documentation
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.4
-
Component/s: Documentation
-
Security Level: All
-
Labels:None
-
Environment:WampServer 2.1e on Windows XP Home SP3
Description
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.
Fixed, you can use QueryBuilder->expr() aswell btw, which type hints this correctly.