Passed
Branch master (226547)
by Nathan
02:54
created
Element.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -22,6 +22,10 @@
 block discarded – undo
22 22
     /** @var ElementInterface */
23 23
     protected $parent;
24 24
 
25
+    /**
26
+     * @param string $type
27
+     * @param string $text
28
+     */
25 29
     public function __construct($type = null, $text = null, array $attributes = array(), array $children = array())
26 30
     {
27 31
         $this->setType($type);
Please login to merge, or discard this patch.