mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 00:59:49 +01:00
5 lines
60 B
PHP
5 lines
60 B
PHP
|
<?php
|
||
|
|
||
|
class Node_Expr_ClassConstFetch extends Node_Expr
|
||
|
{
|
||
|
}
|