002713f187644b7f04d88741baf5946b35d9b244
[yaffs-website] / 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 }