1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/vendor/nikic/php-parser/lib/PhpParser/Node/Expr.php
2025-04-02 10:53:30 -03:00

8 lines
133 B
PHP

<?php declare(strict_types=1);
namespace PhpParser\Node;
use PhpParser\NodeAbstract;
abstract class Expr extends NodeAbstract {
}