Files
glastree/vendor/nikic/php-parser/lib/PhpParser/Node/Stmt.php
T

9 lines
133 B
PHP
Raw Normal View History

2026-05-26 08:14:29 +02:00
<?php declare(strict_types=1);
namespace PhpParser\Node;
use PhpParser\NodeAbstract;
abstract class Stmt extends NodeAbstract {
}