1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 13:51:12 +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
..
2015-05-02 22:17:34 +02:00
2017-01-19 23:32:49 +01:00
2017-04-28 20:57:32 +02:00
2017-04-19 11:20:32 +02:00
2017-04-28 20:57:32 +02:00
2017-04-28 20:57:32 +02:00
2015-05-02 22:17:34 +02:00
2015-05-02 22:17:34 +02:00
2017-04-28 20:57:32 +02:00
2015-05-02 22:17:34 +02:00
2016-12-24 23:54:24 +01:00
2017-04-24 22:32:40 +02:00
2017-04-24 22:32:40 +02:00
2017-04-28 20:57:32 +02:00
2015-05-02 22:17:34 +02:00
2017-04-28 20:57:32 +02:00
2016-11-23 22:58:18 +01:00
2017-04-24 22:32:40 +02:00
2017-04-28 20:57:32 +02:00
2017-04-28 20:57:32 +02:00
2017-04-19 11:20:32 +02:00
2015-05-02 22:17:34 +02:00
2015-05-02 22:17:34 +02:00
2017-01-19 23:35:31 +01:00
2015-05-02 22:17:34 +02:00
2015-05-02 22:17:34 +02:00
2017-04-28 20:57:32 +02:00
2015-05-02 22:17:34 +02:00
2017-02-09 20:49:52 +01:00
2015-05-02 22:17:34 +02:00
2015-06-13 11:27:38 +02:00