first commit
This commit is contained in:
8
vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php
vendored
Normal file
8
vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpParser\Node;
|
||||
|
||||
use PhpParser\NodeAbstract;
|
||||
|
||||
abstract class Expr extends NodeAbstract {
|
||||
}
|
Reference in New Issue
Block a user