mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-03 09:47:59 +01:00
8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
/**
|
|
* @property Node_Name $ns Namespace
|
|
*/
|
|
class Node_Stmt_Namespace extends Node_Stmt
|
|
{
|
|
} |