mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-13 17:47:23 +01:00
3da189769c
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. |
||
---|---|---|
.. | ||
alias.test | ||
braced.test | ||
groupUse.test | ||
groupUseErrors.test | ||
groupUsePositions.test | ||
invalidName.test | ||
mix.test | ||
name.test | ||
nested.test | ||
notBraced.test | ||
nsAfterHashbang.test | ||
outsideStmt.test | ||
outsideStmtInvalid.test |