From 49c808af289527b6ad0b205f20160d4be2b32c02 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 6 Mar 2019 18:18:49 +0100 Subject: [PATCH] fixed more un-namespaced classes --- src/Environment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Environment.php b/src/Environment.php index 8974890612e..11aaf8299a6 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -786,7 +786,7 @@ public function addFilter(TwigFilter $filter) * * @param string $name The filter name * - * @return TwigFilter|false A \Twig_Filter instance or false if the filter does not exist + * @return TwigFilter|false * * @internal */ @@ -838,7 +838,7 @@ public function getTests() * * @param string $name The test name * - * @return TwigTest|false A \Twig_Test instance or false if the test does not exist + * @return TwigTest|false * * @internal */ @@ -860,7 +860,7 @@ public function addFunction(TwigFunction $function) * * @param string $name function name * - * @return TwigFunction|false A \Twig_Function instance or false if the function does not exist + * @return TwigFunction|false * * @internal */