Details
-
Type:
Documentation
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: Documentation
-
Labels:None
-
Environment:N/A
Description
The references to the FunctionBlock class is wrong.
It says: Doctrine\ORM\Query\Node\FunctionNode
But it should be: Doctrine\ORM\Query\AST\Functions\FunctionNode
Also, the Lexer class is used but does not mention the full class name anywhere, which is: Doctrine\ORM\Query\Lexer
This prevents people for writing DQL functions.