1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fixed coding standard issue, as per @stof's request.

This commit is contained in:
Benjamin Morel 2012-11-30 19:10:53 +00:00
parent 5edc287848
commit 26d6f5ce4e

View File

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