myaac/system/libs/Twig/Twig/NodeCaptureInterface.php
2023-02-02 10:37:45 +01:00

15 lines
437 B
PHP

<?php
use Twig\Node\NodeCaptureInterface;
class_exists('Twig\Node\NodeCaptureInterface');
@trigger_error('Using the "Twig_NodeCaptureInterface" class is deprecated since Twig version 2.7, use "Twig\Node\NodeCaptureInterface" instead.', \E_USER_DEPRECATED);
if (false) {
/** @deprecated since Twig 2.7, use "Twig\Node\NodeCaptureInterface" instead */
class Twig_NodeCaptureInterface extends NodeCaptureInterface
{
}
}