Completed
Push — master ( 15ee14...3f43fb )
by Francimar
17:55
created
api/NFe/Core/Nota.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
     /**
285 285
      * Chave da nota fiscal
286 286
      * @param boolean $normalize informa se o id deve estar no formato do XML
287
-     * @return mixed id da Nota
287
+     * @return string id da Nota
288 288
      */
289 289
     public function getID($normalize = false)
290 290
     {
@@ -1719,6 +1719,9 @@  discard block
 block discarded – undo
1719 1719
         return $element;
1720 1720
     }
1721 1721
 
1722
+    /**
1723
+     * @param string $name
1724
+     */
1722 1725
     public function loadNode($element, $name = null)
1723 1726
     {
1724 1727
         if (is_null($element)) {
@@ -1971,7 +1974,7 @@  discard block
 block discarded – undo
1971 1974
     /**
1972 1975
      * Carrega um arquivo XML e preenche a nota com as informações dele
1973 1976
      * @param  string $filename caminho do arquivo
1974
-     * @return DOMDocument      objeto do documento carregado
1977
+     * @return \DOMDocument      objeto do documento carregado
1975 1978
      */
1976 1979
     public function load($filename)
1977 1980
     {
Please login to merge, or discard this patch.