Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / src / NodeVisitor / NodeVisitorInterface.php
diff --git a/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php b/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php
new file mode 100644 (file)
index 0000000..f78f1d7
--- /dev/null
@@ -0,0 +1,11 @@
+<?php
+
+namespace Twig\NodeVisitor;
+
+class_exists('Twig_NodeVisitorInterface');
+
+if (\false) {
+    interface NodeVisitorInterface extends \Twig_NodeVisitorInterface
+    {
+    }
+}