php-parser/lib/PhpParser/PrettyPrinter
Nikita Popov 719ca71d4a Distinguish declare(); and declare(){}
It makes semantic difference and the latter form is actually
forbidden for strict_types.

This sets Declare->stmts to null for the body-less case.
2015-12-07 12:12:00 +01:00
..
Standard.php Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00