| @@ -14,6 +14,10 @@ | ||
| 14 | 14 | */ | 
| 15 | 15 | class FeatureNode extends Twig_Node_If | 
| 16 | 16 |  { | 
| 17 | + /** | |
| 18 | + * @param integer $lineno | |
| 19 | + * @param string $tag | |
| 20 | + */ | |
| 17 | 21 | public function __construct($name, $parent, $body, $else, $lineno, $tag = null) | 
| 18 | 22 |      { | 
| 19 | 23 | $tests = new Twig_Node([ |