Skip to content

Dumping the AST example doesnt work. 2nd parameter missing.  #7943

Closed
@vishalmelmatti

Description

@vishalmelmatti

http://symfony.com/doc/current/components/expression_language/ast.html#dumping-the-ast
Hi,
$ast = (new ExpressionLanguage())
->parse('1 + 2')
->getNodes()
;

This doesnt work. parse needs 2 parameters.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions