mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 11:09:11 -04:00
Include Vendor
This commit is contained in:
9
vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php
vendored
Normal file
9
vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace PhpParser\Node;
|
||||
|
||||
use PhpParser\NodeAbstract;
|
||||
|
||||
abstract class Expr extends NodeAbstract
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user