Files
web.ems/phpMyAdmin/vendor/twig/twig/lib/Twig/NodeOutputInterface.php
agtuser 16a3fd1e1b init
2024-11-11 17:56:00 +08:00

12 lines
182 B
PHP
Executable File

<?php
use Twig\Node\NodeOutputInterface;
class_exists('Twig\Node\NodeOutputInterface');
if (\false) {
class Twig_NodeOutputInterface extends NodeOutputInterface
{
}
}