Completed
Push — master ( b175fe...7a237f )
by Francimar
05:48
created
api/NFe/Entity/Produto.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -310,6 +310,9 @@  discard block
 block discarded – undo
310 310
         return $this->peso;
311 311
     }
312 312
 
313
+    /**
314
+     * @param Peso $peso
315
+     */
313 316
     public function setPeso($peso)
314 317
     {
315 318
         $this->peso = $peso;
@@ -603,6 +606,10 @@  discard block
 block discarded – undo
603 606
         return $this;
604 607
     }
605 608
 
609
+    /**
610
+     * @param \DOMElement $element
611
+     * @param string $name
612
+     */
606 613
     public static function addNodeInformacoes($tributos, $element, $name = null)
607 614
     {
608 615
         $detalhes = [];
@@ -713,6 +720,9 @@  discard block
 block discarded – undo
713 720
         return $element;
714 721
     }
715 722
 
723
+    /**
724
+     * @param string $name
725
+     */
716 726
     public function loadNode($element, $name = null)
717 727
     {
718 728
         $name = is_null($name)?'det':$name;
Please login to merge, or discard this patch.
api/NFe/Logger/Log.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,6 @@
 block discarded – undo
103 103
 
104 104
     /**
105 105
      * Altera o gerenciador que escreve os logs, informe null para restaurar o padrão
106
-     * @param \Monolog\Handler\AbstractHandler $write_function nova função que será usada
107 106
      * @return Log a própria instência de Log
108 107
      */
109 108
     public function setHandler($handler)
Please login to merge, or discard this patch.
api/NFe/Task/Envio.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -350,7 +350,7 @@
 block discarded – undo
350 350
     /**
351 351
      * Cria um nó XML do envio de acordo com o leiaute da NFe
352 352
      * @param  string $name Nome do nó que será criado
353
-     * @return DOMElement   Nó que contém todos os campos da classe
353
+     * @return \DOMDocument   Nó que contém todos os campos da classe
354 354
      */
355 355
     public function getNode($name = null)
356 356
     {
Please login to merge, or discard this patch.