added missing @throws

This commit is contained in:
Fabien Potencier
2013-10-28 14:44:04 +01:00
parent 72f9bd8ab4
commit 5d31b14cbf
+2
View 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);