default services conflit ?
This commit is contained in:
14
old.vendor/twig/twig/lib/Twig/BaseNodeVisitor.php
Normal file
14
old.vendor/twig/twig/lib/Twig/BaseNodeVisitor.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
use Twig\NodeVisitor\AbstractNodeVisitor;
|
||||
|
||||
class_exists('Twig\NodeVisitor\AbstractNodeVisitor');
|
||||
|
||||
@trigger_error('Using the "Twig_BaseNodeVisitor" class is deprecated since Twig version 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead.', \E_USER_DEPRECATED);
|
||||
|
||||
if (false) {
|
||||
/** @deprecated since Twig 2.7, use "Twig\NodeVisitor\AbstractNodeVisitor" instead */
|
||||
class Twig_BaseNodeVisitor extends AbstractNodeVisitor
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user