Passed
Push — master ( 22a4bb...4eeb09 )
by Francimar
05:29
created
api/NFe/Entity/Lacre.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -90,6 +90,9 @@
 block discarded – undo
90 90
         return $element;
91 91
     }
92 92
 
93
+    /**
94
+     * @param string $name
95
+     */
93 96
     public function loadNode($element, $name = null)
94 97
     {
95 98
         $name = is_null($name)?'lacres':$name;
Please login to merge, or discard this patch.
api/NFe/Log/Logger.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -108,6 +108,9 @@
 block discarded – undo
108 108
         chmod($filename, 0755);
109 109
     }
110 110
 
111
+    /**
112
+     * @param string $type
113
+     */
111 114
     private function write($type, $message)
112 115
     {
113 116
         if (!is_null($this->write_function)) {
Please login to merge, or discard this patch.
api/NFe/Entity/Pagamento.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -359,6 +359,9 @@
 block discarded – undo
359 359
         return $element;
360 360
     }
361 361
 
362
+    /**
363
+     * @param string $name
364
+     */
362 365
     public function loadNode($element, $name = null)
363 366
     {
364 367
         $name = is_null($name)?'pag':$name;
Please login to merge, or discard this patch.
api/NFe/Entity/Produto.php 2 patches
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -601,6 +601,10 @@  discard block
 block discarded – undo
601 601
         return $this;
602 602
     }
603 603
 
604
+    /**
605
+     * @param \DOMElement $element
606
+     * @param string $name
607
+     */
604 608
     public static function addNodeInformacoes($tributos, $element, $name = null)
605 609
     {
606 610
         $detalhes = array();
@@ -714,6 +718,9 @@  discard block
 block discarded – undo
714 718
         return $element;
715 719
     }
716 720
 
721
+    /**
722
+     * @param string $name
723
+     */
717 724
     public function loadNode($element, $name = null)
718 725
     {
719 726
         $name = is_null($name)?'det':$name;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 namespace NFe\Entity;
29 29
 
30 30
 use NFe\Core\SEFAZ;
31
-use NFe\Common\Node;
32 31
 use NFe\Common\Util;
33 32
 
34 33
 /**
Please login to merge, or discard this patch.
api/NFe/Entity/Transporte/Veiculo.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -130,6 +130,9 @@
 block discarded – undo
130 130
         return $element;
131 131
     }
132 132
 
133
+    /**
134
+     * @param string $name
135
+     */
133 136
     public function loadNode($element, $name = null)
134 137
     {
135 138
         $name = is_null($name)?'veicTransp':$name;
Please login to merge, or discard this patch.