12 lines
182 B
PHP
Executable File
12 lines
182 B
PHP
Executable File
<?php
|
|
|
|
use Twig\Node\NodeOutputInterface;
|
|
|
|
class_exists('Twig\Node\NodeOutputInterface');
|
|
|
|
if (\false) {
|
|
class Twig_NodeOutputInterface extends NodeOutputInterface
|
|
{
|
|
}
|
|
}
|