Nikita Popov
|
1dea9111a2
|
NodeDumper: Resolve type for include/use as well
|
2016-07-25 14:04:04 +02:00 |
|
Nikita Popov
|
f57d217e91
|
Update group use support
To conform with current PHP 7 implementation
* Allow use \Foo\{Bar};
* Disallow use Foo\{\Bar};
* Disallow missing trailing semicolon (that was a bug)
|
2015-08-20 16:42:49 +02:00 |
|
Nikita Popov
|
1a1bd1448d
|
Support mixed group use declarations
|
2015-06-13 11:27:38 +02:00 |
|
Nikita Popov
|
9620f79cdc
|
Add partial group use support
Supported via Stmt\GroupUse which has Name $prefix in addition to
the usual.
Still missing: Mixed group uses.
|
2015-06-12 23:05:28 +02:00 |
|