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