This commit is contained in:
Fabien Potencier
2019-04-16 19:00:12 +02:00
parent 072c628620
commit 3f177464cc
+1 -1
View File
@@ -43,7 +43,7 @@ use Twig\TemplateWrapper;
* {{ include(template_from_string("Hello {{ name }}")) }}
*
* @param string $template A template as a string or object implementing __toString()
* @param string $name An optional name of the template to be used in error messages
* @param string $name An optional name of the template to be used in error messages
*
* @return TemplateWrapper
*/