From 5edc28784872009bac351bc2e4fabac8f110556c Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Fri, 30 Nov 2012 11:41:03 +0000 Subject: [PATCH] Fixed documentation for Doctrine\ORM\Query\AST\Node::dispatch(). --- lib/Doctrine/ORM/Query/AST/Node.php | 2 ++ 1 file changed, 2 insertions(+) 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) {