Completed
Push — master ( af9c65...a9be00 )
by Dan Michael O.
05:29
created
src/Danmichaelo/QuiteSimpleXMLElement/QuiteSimpleXMLElement.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@  discard block
 block discarded – undo
42 42
 class InvalidXMLException extends \Exception
43 43
 {
44 44
 
45
+    /**
46
+     * @param string $message
47
+     */
45 48
     public function __construct($message = null, $code = 0, Exception $previous = null)
46 49
     {
47 50
         parent::__construct($message, $code, $previous);
@@ -58,6 +61,10 @@  discard block
 block discarded – undo
58 61
     # See https://github.com/draffter/FollowFunctionPHP/blob/master/_php/SimpleXML.php
59 62
     # for list of functions with arguments
60 63
     #
64
+
65
+    /**
66
+     * @param QuiteSimpleXMLElement $inherit_from
67
+     */
61 68
     public function __construct($elem, $inherit_from=null)
62 69
     {
63 70
         $this->namespaces = array();
Please login to merge, or discard this patch.