69d33e5796066e0ec235a87b6f524bcc36b406f3
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Node / Stmt.php
1 <?php declare(strict_types=1);
2
3 namespace PhpParser\Node;
4
5 use PhpParser\NodeAbstract;
6
7 abstract class Stmt extends NodeAbstract
8 {
9 }