projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4dee4e5
)
added phpdoc (closes #627)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 17 Feb 2012 13:16:13 +0000 (14:16 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Fri, 17 Feb 2012 13:16:13 +0000 (14:16 +0100)
lib/Twig/TokenParser.php
patch
|
blob
|
history
diff --git
a/lib/Twig/TokenParser.php
b/lib/Twig/TokenParser.php
index
6c9e693
..
ab18bfa
100644
(file)
--- a/
lib/Twig/TokenParser.php
+++ b/
lib/Twig/TokenParser.php
@@
-17,6
+17,9
@@
*/
abstract class Twig_TokenParser implements Twig_TokenParserInterface
{
+ /**
+ * @var Twig_Parser
+ */
protected $parser;
/**