Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / twig / twig / src / Source.php
1 <?php
2
3 namespace Twig;
4
5 class_exists('Twig_Source');
6
7 if (\false) {
8     class Source extends \Twig_Source
9     {
10     }
11 }