mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-17 13:22:42 +09:00
9 lines
107 B
PHP
9 lines
107 B
PHP
<?php
|
|
|
|
namespace PhpParser\Node;
|
|
|
|
use PhpParser\NodeAbstract;
|
|
|
|
abstract class Stmt extends NodeAbstract
|
|
{
|
|
} |