Completed
Push — master ( 02ff7b...a9c9d6 )
by Roberto
06:15
created
examples/testaDacceCTe.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 ini_set('display_errors', 1);
8 8
 require_once '../bootstrap.php';
9 9
 
10
-use NFePHP\DA\CTe\Dacce;
11 10
 use NFePHP\Common\Files\FilesFolders;
11
+use NFePHP\DA\CTe\Dacce;
12 12
 
13 13
 $xml = 'proccce.xml';
14 14
 
Please login to merge, or discard this patch.
src/CTe/Dacce.php 2 patches
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -71,8 +71,8 @@  discard block
 block discarded – undo
71 71
      * @param string $sDestino    Destino do PDF I-browser D-download S-string F-salva
72 72
      * @param array  $aEnd        array com o endereço do emitente
73 73
      * @param string $sDirPDF     Caminho para o diretorio de armazenamento dos arquivos PDF
74
-     * @param string $fonteDANFE  Nome da fonte alternativa do DAnfe
75
-     * @param number $mododebug   0-Não 1-Sim e 2-nada (2 default)
74
+     * @param string $fontePDF  Nome da fonte alternativa do DAnfe
75
+     * @param integer $mododebug   0-Não 1-Sim e 2-nada (2 default)
76 76
      */
77 77
     public function __construct(
78 78
         $docXML = '',
@@ -229,9 +229,9 @@  discard block
 block discarded – undo
229 229
     /**
230 230
      * pHeader
231 231
      *
232
-     * @param  number $x
233
-     * @param  number $y
234
-     * @param  number $pag
232
+     * @param  integer $x
233
+     * @param  integer $y
234
+     * @param  integer $pag
235 235
      * @return number
236 236
      */
237 237
     private function pHeader($x, $y, $pag)
@@ -419,8 +419,8 @@  discard block
 block discarded – undo
419 419
     /**
420 420
      * pBody
421 421
      *
422
-     * @param number $x
423
-     * @param number $y
422
+     * @param integer $x
423
+     * @param double $y
424 424
      */
425 425
     private function pBody($x, $y)
426 426
     {
@@ -472,7 +472,7 @@  discard block
 block discarded – undo
472 472
     /**
473 473
      * pFooter
474 474
      *
475
-     * @param number $x
475
+     * @param integer $x
476 476
      * @param number $y
477 477
      */
478 478
     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
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use NFePHP\Common\Dom\Dom;
7
-use NFePHP\DA\Legacy\Pdf;
8 7
 use NFePHP\DA\Legacy\Common;
8
+use NFePHP\DA\Legacy\Pdf;
9 9
 
10 10
 class Danfe extends Common
11 11
 {
Please login to merge, or discard this patch.