From: Fabien Potencier Date: Tue, 3 Dec 2013 12:38:38 +0000 (+0100) Subject: fixed phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=697568bca2ae57f8082a45ac52b28ad150930ed6;p=web%2Fkonrad%2Ftwig.git fixed phpdoc --- diff --git a/lib/Twig/TokenStream.php b/lib/Twig/TokenStream.php index 499a290..f3c3cbb 100644 --- a/lib/Twig/TokenStream.php +++ b/lib/Twig/TokenStream.php @@ -66,7 +66,7 @@ class Twig_TokenStream /** * Tests a token, sets the pointer to the next one and returns it or throws a syntax error. * - * @return Twig_Token + * @return Twig_Token|null The next token if the condition is true, null otherwise */ public function nextIf($primary, $secondary = null) {