fixed more un-namespaced classes

This commit is contained in:
Fabien Potencier
2019-03-06 18:18:49 +01:00
parent 2717a4769b
commit fa8e07f754
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -786,7 +786,7 @@ class Environment
*
* @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 @@ class Environment
*
* @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 @@ class Environment
*
* @param string $name function name
*
* @return TwigFunction|false A \Twig_Function instance or false if the function does not exist
* @return TwigFunction|false
*
* @internal
*/
+1 -1
View File
@@ -31,7 +31,7 @@ interface TokenParserInterface
/**
* Parses a token and returns a node.
*
* @return Node A \Twig_Node instance
* @return Node
*
* @throws SyntaxError
*/