1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-23 06:11:23 +01:00
Nikita Popov 3da189769c Distinguish between implicit/explicit alias
The UseUse::$alias node can now be null if an alias is not
explicitly given. As such "use Foo\Bar" and "use Foo\Bar as Bar"
are now represented differently.

The UseUse->getAlias() method replicates the previous semantics,
by returning "Bar" in both cases.
2017-04-28 21:05:01 +02:00
..
2017-04-27 18:14:07 +02:00
2017-04-28 17:10:30 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00
2017-04-28 17:10:30 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00
2017-04-27 18:14:07 +02:00