From 697568bca2ae57f8082a45ac52b28ad150930ed6 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Tue, 3 Dec 2013 13:38:38 +0100 Subject: [PATCH] fixed phpdoc --- lib/Twig/TokenStream.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) { -- 1.7.2.5