Completed
Pull Request — master (#51)
by Günter
02:20
created
src/AfriCC/EPP/Frame/Response/Result.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@
 block discarded – undo
69 69
         return $this->extValues;
70 70
     }
71 71
 
72
+    /**
73
+     * @param DOMElement $node
74
+     */
72 75
     protected function parseResultNode($node)
73 76
     {
74 77
         foreach ($node->childNodes as $each) {
Please login to merge, or discard this patch.