From 5d31b14cbf2986aec8fbd91d6429ee08bae4b452 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 28 Oct 2013 14:44:04 +0100 Subject: [PATCH] added missing @throws --- lib/Twig/TokenParserInterface.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/Twig/TokenParserInterface.php b/lib/Twig/TokenParserInterface.php index bbde771..31e8d5d 100644 --- a/lib/Twig/TokenParserInterface.php +++ b/lib/Twig/TokenParserInterface.php @@ -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); -- 1.7.2.5