1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge pull request #527 from BenMorel/master

Fix documentation for Doctrine\ORM\Query\AST\Node::dispatch()
This commit is contained in:
Guilherme Blanco 2012-11-30 12:43:49 -08:00
commit 4bb6ff637c

View File

@ -37,6 +37,10 @@ abstract class Node
* Implementation is not mandatory for all nodes.
*
* @param $walker
*
* @return string
*
* @throws ASTException
*/
public function dispatch($walker)
{