Completed
Pull Request — master (#36)
by Emanuele
02:59
created
Twig/Node/FeatureNode.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -14,6 +14,10 @@
 block discarded – undo
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([
Please login to merge, or discard this patch.