Skip to content

Commit

Permalink
fixed more un-namespaced classes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Mar 6, 2019
1 parent 2717a47 commit 49c808a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand All @@ -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
*/
Expand Down

0 comments on commit 49c808a

Please sign in to comment.