diff --git a/lib/Doctrine/ORM/Query/AST/Node.php b/lib/Doctrine/ORM/Query/AST/Node.php index d50e0d043..d9a8b20f1 100644 --- a/lib/Doctrine/ORM/Query/AST/Node.php +++ b/lib/Doctrine/ORM/Query/AST/Node.php @@ -37,6 +37,8 @@ abstract class Node * Implementation is not mandatory for all nodes. * * @param $walker + * @return string + * @throws ASTException */ public function dispatch($walker) {