mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-07 13:19:16 +01:00
5 lines
48 B
PHP
5 lines
48 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Stmt_Use extends Node_Stmt
|
||
|
{
|
||
|
}
|