Completed
Pull Request — master (#7)
by Tomasz
01:57 queued 44s
created
src/Format/XmlFormat.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -79,6 +79,9 @@
 block discarded – undo
79 79
         return $hydrator($data[$this->getRoot($class)], $hydrators);
80 80
     }
81 81
 
82
+    /**
83
+     * @param \DOMDocument $parent
84
+     */
82 85
     private function parse(\DOMDocument $doc, $parent = null)
83 86
     {
84 87
         $ret = [];
Please login to merge, or discard this patch.