added missing @throws
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Oct 2013 13:44:04 +0000 (14:44 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 28 Oct 2013 13:44:04 +0000 (14:44 +0100)
lib/Twig/TokenParserInterface.php

index bbde771..31e8d5d 100644 (file)
@@ -29,6 +29,8 @@ interface Twig_TokenParserInterface
      * @param Twig_Token $token A Twig_Token instance
      *
      * @return Twig_NodeInterface A Twig_NodeInterface instance
+     *
+     * @throws Twig_Error_Syntax
      */
     public function parse(Twig_Token $token);