mirror of
https://github.com/nikic/PHP-Parser.git
synced 2025-04-12 18:32:09 +02:00
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.