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