1
0
mirror of synced 2025-01-19 06:51:40 +03:00

Fixed documentation for Doctrine\ORM\Query\AST\Node::dispatch().

This commit is contained in:
Benjamin Morel 2012-11-30 11:41:03 +00:00
parent 95334e9764
commit 5edc287848

View File

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