From fabbac881662b95dcabe68379b5656113deaedf7 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 16 Mar 2020 14:27:09 -0400 Subject: [PATCH] Tweaking phpdoc above Environment --- src/Environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Environment.php b/src/Environment.php index 25d4623e8..831acb7a4 100644 --- a/src/Environment.php +++ b/src/Environment.php @@ -35,7 +35,7 @@ use Twig\RuntimeLoader\RuntimeLoaderInterface; use Twig\TokenParser\TokenParserInterface; /** - * Stores the Twig configuration. + * Stores the Twig configuration and renders templates. * * @author Fabien Potencier */