fixed phpdoc
authorFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Dec 2013 12:38:38 +0000 (13:38 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Tue, 3 Dec 2013 12:38:38 +0000 (13:38 +0100)
lib/Twig/TokenStream.php

index 499a290..f3c3cbb 100644 (file)
@@ -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)
     {