1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
Oinktube/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php
2023-02-17 11:42:45 -03:00

9 lines
133 B
PHP

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