fixed phpdocs

This commit is contained in:
Fabien Potencier
2016-11-15 17:01:44 -05:00
parent 4b48d614b5
commit 61bf5da0ac
-1
View File
@@ -314,7 +314,6 @@ abstract class Twig_Template implements Twig_TemplateInterface
* This method checks blocks defined in the current template
* or defined in "used" traits or defined in parent templates.
*
* @param string $name The block name
* @param array $context The context
* @param array $blocks The current set of blocks
*