Passed
Push — master ( c1d1cf...f48ccd )
by Francimar
03:58
created
api/NFe/Task/Retorno.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -127,6 +127,9 @@
 block discarded – undo
127 127
         return $this;
128 128
     }
129 129
 
130
+    /**
131
+     * @param string $name
132
+     */
130 133
     public function getNode($name = null)
131 134
     {
132 135
         $element = parent::getNode(is_null($name)?'':$name);
Please login to merge, or discard this patch.