gnu-social/vendor/twig/twig/lib/Twig/NodeOutputInterface.php

12 lines
182 B
PHP

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