Fixed coding standard issue, as per @stof's request.
This commit is contained in:
parent
5edc287848
commit
26d6f5ce4e
1 changed files with 2 additions and 0 deletions
|
@ -37,7 +37,9 @@ abstract class Node
|
||||||
* Implementation is not mandatory for all nodes.
|
* Implementation is not mandatory for all nodes.
|
||||||
*
|
*
|
||||||
* @param $walker
|
* @param $walker
|
||||||
|
*
|
||||||
* @return string
|
* @return string
|
||||||
|
*
|
||||||
* @throws ASTException
|
* @throws ASTException
|
||||||
*/
|
*/
|
||||||
public function dispatch($walker)
|
public function dispatch($walker)
|
||||||
|
|
Loading…
Add table
Reference in a new issue