1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/lib/PhpParser/Node
Nikita Popov 3ad0d4b310 Add support for return type declarations [PHP 7]
This adds an additional "returnType" subnode to Stmt\Function_,
Stmt\ClassMethod and Expr\Closure, as well as the corresponding
support in the name resolver and pretty printer.
2015-03-12 22:16:12 +01:00
..
Expr Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Name Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Scalar Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Stmt Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Arg.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Const_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Expr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Name.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Param.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Scalar.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Stmt.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00