diff --git a/lib/Twig/Template.php b/lib/Twig/Template.php index ab15d05c7..9c0a10c6d 100644 --- a/lib/Twig/Template.php +++ b/lib/Twig/Template.php @@ -281,7 +281,6 @@ abstract class Twig_Template * 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 *