Completed
Push — master ( 638629...0d992c )
by Roberto
30:19 queued 15:21
created
src/CTe/Dacanc.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,10 +15,9 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
18
+use NFePHP\DA\Legacy\Common;
19 19
 use NFePHP\DA\Legacy\Dom;
20 20
 use NFePHP\DA\Legacy\Pdf;
21
-use NFePHP\DA\Legacy\Common;
22 21
 
23 22
 class Dacanc extends Common
24 23
 {
Please login to merge, or discard this patch.
src/CTe/Dacce.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
  */
17 17
 
18 18
 use Exception;
19
+use NFePHP\DA\Legacy\Common;
19 20
 use NFePHP\DA\Legacy\Dom;
20 21
 use NFePHP\DA\Legacy\Pdf;
21
-use NFePHP\DA\Legacy\Common;
22 22
 
23 23
 class Dacce extends Common
24 24
 {
Please login to merge, or discard this patch.
src/CTe/Daevento.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,10 +15,8 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19
-use NFePHP\DA\Legacy\Dom;
20
-use NFePHP\DA\Legacy\Pdf;
21 18
 use NFePHP\DA\Legacy\Common;
19
+use NFePHP\DA\Legacy\Pdf;
22 20
 
23 21
 class Daevento extends Common
24 22
 {
Please login to merge, or discard this patch.
src/NFe/Dacce.php 2 patches
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -72,8 +72,8 @@  discard block
 block discarded – undo
72 72
      * @param string $sDestino    Destino do PDF I-browser D-download S-string F-salva
73 73
      * @param array  $aEnd        array com o endereço do emitente
74 74
      * @param string $sDirPDF     Caminho para o diretorio de armazenamento dos arquivos PDF
75
-     * @param string $fonteDANFE  Nome da fonte alternativa do DAnfe
76
-     * @param number $mododebug   0-Não 1-Sim e 2-nada (2 default)
75
+     * @param string $fontePDF  Nome da fonte alternativa do DAnfe
76
+     * @param integer $mododebug   0-Não 1-Sim e 2-nada (2 default)
77 77
      */
78 78
     public function __construct(
79 79
         $docXML = '',
@@ -228,9 +228,9 @@  discard block
 block discarded – undo
228 228
 
229 229
     /**
230 230
      * Monta o cabeçalho
231
-     * @param  number $x
232
-     * @param  number $y
233
-     * @param  number $pag
231
+     * @param  integer $x
232
+     * @param  integer $y
233
+     * @param  integer $pag
234 234
      * @return number
235 235
      */
236 236
     private function pHeader($x, $y, $pag)
@@ -417,8 +417,8 @@  discard block
 block discarded – undo
417 417
 
418 418
     /**
419 419
      * Monta o corpo da pagina
420
-     * @param number $x
421
-     * @param number $y
420
+     * @param integer $x
421
+     * @param double $y
422 422
      */
423 423
     private function pBody($x, $y)
424 424
     {
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
469 469
 
470 470
     /**
471 471
      * Monta o rodapé
472
-     * @param number $x
472
+     * @param integer $x
473 473
      * @param number $y
474 474
      */
475 475
     protected function pFooter($x, $y)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@
 block discarded – undo
16 16
  */
17 17
 
18 18
 use Exception;
19
+use NFePHP\DA\Legacy\Common;
19 20
 use NFePHP\DA\Legacy\Dom;
20 21
 use NFePHP\DA\Legacy\Pdf;
21
-use NFePHP\DA\Legacy\Common;
22 22
 
23 23
 class Dacce extends Common
24 24
 {
Please login to merge, or discard this patch.
src/NFe/Daevento.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,10 +15,9 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
18
+use NFePHP\DA\Legacy\Common;
19 19
 use NFePHP\DA\Legacy\Dom;
20 20
 use NFePHP\DA\Legacy\Pdf;
21
-use NFePHP\DA\Legacy\Common;
22 21
 
23 22
 class Daevento extends Common
24 23
 {
Please login to merge, or discard this patch.
src/NFe/Danfce.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -14,11 +14,7 @@
 block discarded – undo
14 14
  * @author    Roberto Spadim <roberto at spadim dot com dot br>
15 15
  */
16 16
 
17
-use Exception;
18
-use NFePHP\DA\Legacy\Dom;
19
-use NFePHP\DA\Legacy\Pdf;
20 17
 use NFePHP\DA\Legacy\Common;
21
-use Endroid\QrCode\QrCode;
22 18
 
23 19
 class Danfce extends Common
24 20
 {
Please login to merge, or discard this patch.