Skip to content

Commit 49c808a

Browse files
committed
fixed more un-namespaced classes
1 parent 2717a47 commit 49c808a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Environment.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ public function addFilter(TwigFilter $filter)
786786
*
787787
* @param string $name The filter name
788788
*
789-
* @return TwigFilter|false A \Twig_Filter instance or false if the filter does not exist
789+
* @return TwigFilter|false
790790
*
791791
* @internal
792792
*/
@@ -838,7 +838,7 @@ public function getTests()
838838
*
839839
* @param string $name The test name
840840
*
841-
* @return TwigTest|false A \Twig_Test instance or false if the test does not exist
841+
* @return TwigTest|false
842842
*
843843
* @internal
844844
*/
@@ -860,7 +860,7 @@ public function addFunction(TwigFunction $function)
860860
*
861861
* @param string $name function name
862862
*
863-
* @return TwigFunction|false A \Twig_Function instance or false if the function does not exist
863+
* @return TwigFunction|false
864864
*
865865
* @internal
866866
*/

0 commit comments

Comments
 (0)