Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / lib / Twig / NodeVisitorInterface.php
index 092d36ae7a9ef89c10f072bd7b718de363e158e5..1270a3724302d87c7b6eb70b83ea690b4d40dc83 100644 (file)
@@ -39,3 +39,7 @@ interface Twig_NodeVisitorInterface
      */
     public function getPriority();
 }
+
+class_alias('Twig_NodeVisitorInterface', 'Twig\NodeVisitor\NodeVisitorInterface', false);
+class_exists('Twig_Environment');
+class_exists('Twig_Node');