xref: /PHP-Parser/lib/PhpParser/Node/Stmt/UseUse.php (revision 4917c71a)
1<?php declare(strict_types=1);
2
3require __DIR__ . '/../UseItem.php';
4