9 lines
107 B
PHP
Executable File
9 lines
107 B
PHP
Executable File
<?php
|
|
|
|
namespace PhpParser\Node;
|
|
|
|
use PhpParser\NodeAbstract;
|
|
|
|
abstract class Expr extends NodeAbstract
|
|
{
|
|
} |