Home
last modified time | relevance | path

Searched refs:UseUse (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DUseUse.php11 class UseUse extends UseItem { class
/PHP-Parser/lib/PhpParser/Node/
H A DUseItem.php55 class_alias(UseItem::class, Stmt\UseUse::class);
/PHP-Parser/test/PhpParser/
H A DCompatibilityTest.php37 $this->assertTrue($node instanceof Stmt\UseUse);
64 $node = new Stmt\UseUse(new Name('X'));
/PHP-Parser/
H A DUPGRADE-4.0.md42 * `Stmt\UseUse::$alias`
52 * The `alias` subnode of `UseUse` is now `null` if no explicit alias is given. As such,
H A Dphpstan-baseline.neon141 path: lib/PhpParser/Node/Stmt/UseUse.php
H A DUPGRADE-5.0.md290 * `Node\Stmt\UseUse` is now `Node\UseItem` and no longer extends `Node\Stmt`.
H A DCHANGELOG.md805 * The `alias` subnode of `UseUse` is now `null` if no explicit alias is given. As such,
1216 attribute was added to `Stmt\UseUse` to handle mixed group use declarations.
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1548 Stmt\UseUse::class . '->uses' => ', ',

Completed in 25 milliseconds