removed the obsolete lib/ directory, removed PSR-0 class aliases

This commit is contained in:
Fabien Potencier
2019-04-16 15:07:13 +02:00
parent 50763ac22e
commit 273b666a71
349 changed files with 0 additions and 2862 deletions
-2
View File
@@ -27,5 +27,3 @@ abstract class AbstractTokenParser implements TokenParserInterface
$this->parser = $parser;
}
}
class_alias('Twig\TokenParser\AbstractTokenParser', 'Twig_TokenParser');