martin-helmich/typo3-typoscript-parser

View on GitHub
src/Parser/AST/NopStatement.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
declare(strict_types=1);


namespace Helmich\TypoScriptParser\Parser\AST;


final class NopStatement extends Statement
{

}