projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
05273c1
)
fixed phpdoc
author
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 3 Dec 2013 12:38:38 +0000 (13:38 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 3 Dec 2013 12:38:38 +0000 (13:38 +0100)
lib/Twig/TokenStream.php
patch
|
blob
|
history
diff --git
a/lib/Twig/TokenStream.php
b/lib/Twig/TokenStream.php
index
499a290
..
f3c3cbb
100644
(file)
--- 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)
{