Yaffs site version 1.1
[yaffs-website] / vendor / twig / twig / src / Util / DeprecationCollector.php
1 <?php
2
3 namespace Twig\Util;
4
5 class_exists('Twig_Util_DeprecationCollector');
6
7 if (\false) {
8     class DeprecationCollector extends \Twig_Util_DeprecationCollector
9     {
10     }
11 }