added phpdoc (closes #627)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 17 Feb 2012 13:16:13 +0000 (14:16 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 17 Feb 2012 13:16:13 +0000 (14:16 +0100)
lib/Twig/TokenParser.php

index 6c9e693..ab18bfa 100644 (file)
@@ -17,6 +17,9 @@
  */
 abstract class Twig_TokenParser implements Twig_TokenParserInterface
 {
+    /**
+     * @var Twig_Parser
+     */
     protected $parser;
 
     /**