From: Fabien Potencier Date: Mon, 28 Oct 2013 13:44:04 +0000 (+0100) Subject: added missing @throws X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=5d31b14cbf2986aec8fbd91d6429ee08bae4b452;p=konrad%2Ftwig.git added missing @throws --- 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);