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
@@ -44,5 +44,3 @@ class SyntaxError extends Error
$this->appendMessage(sprintf(' Did you mean "%s"?', implode('", "', array_keys($alternatives))));
}
}
class_alias('Twig\Error\SyntaxError', 'Twig_Error_Syntax');