mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-17 12:57:05 +00:00
fixed more un-namespaced classes
This commit is contained in:
+3
-3
@@ -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
|
||||
*/
|
||||
|
||||
@@ -31,7 +31,7 @@ interface TokenParserInterface
|
||||
/**
|
||||
* Parses a token and returns a node.
|
||||
*
|
||||
* @return Node A \Twig_Node instance
|
||||
* @return Node
|
||||
*
|
||||
* @throws SyntaxError
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user