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