Passed
Pull Request — master (#149)
by Roberto
04:13
created
src/CTe/Dacanc.php 4 patches
Doc Comments   +7 added lines, -8 removed lines patch added patch discarded remove patch
@@ -64,9 +64,8 @@  discard block
 block discarded – undo
64 64
     * @param string $sPathLogo Caminho para o arquivo do logo
65 65
     * @param string $sDestino Estabelece a direção do envio do documento PDF I-browser D-browser com download S-
66 66
     * @param string $sDirPDF Caminho para o diretorio de armazenamento dos arquivos PDF
67
-    * @param string $fonteDACTE Nome da fonte alternativa do DActe
68 67
     * @param array $aEnd array com o endereço do emitente
69
-    * @param number $mododebug 1-SIM e 0-Não (0 default)
68
+    * @param integer $mododebug 1-SIM e 0-Não (0 default)
70 69
     */
71 70
     public function __construct(
72 71
         $docXML = '',
@@ -142,7 +141,7 @@  discard block
 block discarded – undo
142 141
      * @param type $orientacao
143 142
      * @param type $papel
144 143
      * @param type $logoAlign
145
-     * @return type
144
+     * @return string
146 145
      */
147 146
     public function monta($orientacao = '', $papel = 'A4', $logoAlign = 'C', $classPDF = false)
148 147
     {
@@ -244,10 +243,10 @@  discard block
 block discarded – undo
244 243
     
245 244
     /**
246 245
      * header
247
-     * @param type $x
248
-     * @param type $y
249
-     * @param type $pag
250
-     * @return type
246
+     * @param integer $x
247
+     * @param integer $y
248
+     * @param integer $pag
249
+     * @return double
251 250
      */
252 251
     private function headerCCe($x, $y, $pag)
253 252
     {
@@ -437,7 +436,7 @@  discard block
 block discarded – undo
437 436
     
438 437
     /**
439 438
      * footer
440
-     * @param type $x
439
+     * @param integer $x
441 440
      * @param type $y
442 441
      */
443 442
     private function footerCCe($x, $y)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19 18
 use NFePHP\DA\Legacy\Dom;
20 19
 use NFePHP\DA\Legacy\Pdf;
21 20
 use NFePHP\DA\Legacy\Common;
Please login to merge, or discard this patch.
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -56,18 +56,18 @@
 block discarded – undo
56 56
     private $infCanc;
57 57
     private $retCancCte;
58 58
     
59
-   /**
60
-    *__construct
61
-    * @param string $docXML Arquivo XML da cce
62
-    * @param string $sOrientacao (Opcional) Orientação da impressão P-retrato L-Paisagem
63
-    * @param string $sPapel Tamanho do papel (Ex. A4)
64
-    * @param string $sPathLogo Caminho para o arquivo do logo
65
-    * @param string $sDestino Estabelece a direção do envio do documento PDF I-browser D-browser com download S-
66
-    * @param string $sDirPDF Caminho para o diretorio de armazenamento dos arquivos PDF
67
-    * @param string $fonteDACTE Nome da fonte alternativa do DActe
68
-    * @param array $aEnd array com o endereço do emitente
69
-    * @param number $mododebug 1-SIM e 0-Não (0 default)
70
-    */
59
+    /**
60
+     *__construct
61
+     * @param string $docXML Arquivo XML da cce
62
+     * @param string $sOrientacao (Opcional) Orientação da impressão P-retrato L-Paisagem
63
+     * @param string $sPapel Tamanho do papel (Ex. A4)
64
+     * @param string $sPathLogo Caminho para o arquivo do logo
65
+     * @param string $sDestino Estabelece a direção do envio do documento PDF I-browser D-browser com download S-
66
+     * @param string $sDirPDF Caminho para o diretorio de armazenamento dos arquivos PDF
67
+     * @param string $fonteDACTE Nome da fonte alternativa do DActe
68
+     * @param array $aEnd array com o endereço do emitente
69
+     * @param number $mododebug 1-SIM e 0-Não (0 default)
70
+     */
71 71
     public function __construct(
72 72
         $docXML = '',
73 73
         $sOrientacao = '',
Please login to merge, or discard this patch.
Spacing   +98 added lines, -98 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
         }
128 128
         $this->id = str_replace('ID', '', $this->infCanc->getAttribute("Id"));
129 129
         $this->chCTe = $this->infCanc->getElementsByTagName("chCTe")->item(0)->nodeValue;
130
-        $this->aEnd['CNPJ']=substr($this->chCTe, 6, 14);
130
+        $this->aEnd['CNPJ'] = substr($this->chCTe, 6, 14);
131 131
         $this->tpAmb = $this->infCanc->getElementsByTagName("tpAmb")->item(0)->nodeValue;
132 132
         $this->xJust = $this->infCanc->getElementsByTagName("xJust")->item(0)->nodeValue;
133 133
         $this->dhEvento = $this->retCancCTe->getElementsByTagName("dhRecbto")->item(0)->nodeValue;
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
         $this->orientacao = $orientacao;
180 180
         $this->papel = $papel;
181 181
         $this->logoAlign = $logoAlign;
182
-        if ($classPDF!==false) {
182
+        if ($classPDF !== false) {
183 183
             $this->pdf = $classPDF;
184 184
         } else {
185 185
             $this->pdf = new Pdf($this->orientacao, 'mm', $this->papel);
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
             // posição inicial do relatorio
192 192
             $xInic = 1;
193 193
             $yInic = 1;
194
-            if ($this->papel =='A4') {
194
+            if ($this->papel == 'A4') {
195 195
                 $maxW = 210;
196 196
                 $maxH = 297;
197 197
             }
@@ -202,15 +202,15 @@  discard block
 block discarded – undo
202 202
             // posição inicial do relatorio
203 203
             $xInic = 5;
204 204
             $yInic = 5;
205
-            if ($papel =='A4') {
205
+            if ($papel == 'A4') {
206 206
                 $maxH = 210;
207 207
                 $maxW = 297;
208 208
             }
209 209
         }
210 210
         //largura imprimivel em mm
211
-        $this->wPrint = $maxW-($margEsq+$xInic);
211
+        $this->wPrint = $maxW - ($margEsq + $xInic);
212 212
         //comprimento imprimivel em mm
213
-        $this->hPrint = $maxH-($margSup+$yInic);
213
+        $this->hPrint = $maxH - ($margSup + $yInic);
214 214
         // estabelece contagem de paginas
215 215
         $this->pdf->aliasNbPages();
216 216
         // fixa as margens
@@ -230,12 +230,12 @@  discard block
 block discarded – undo
230 230
         //coloca o cabeçalho
231 231
         $y = $this->headerCCe($x, $y, $pag);
232 232
         //coloca os dados da CCe
233
-        $y = $this->bodyCCe($x, $y+15);
233
+        $y = $this->bodyCCe($x, $y + 15);
234 234
         //coloca os dados da CCe
235
-        $y = $this->footerCCe($x, $y+$this->hPrint-20);
235
+        $y = $this->footerCCe($x, $y + $this->hPrint - 20);
236 236
         //retorna o ID do evento
237
-        if ($classPDF!==false) {
238
-            $aR = ['id'=>$this->id,'classe_PDF'=>$this->pdf];
237
+        if ($classPDF !== false) {
238
+            $aR = ['id'=>$this->id, 'classe_PDF'=>$this->pdf];
239 239
             return $aR;
240 240
         } else {
241 241
             return $this->id;
@@ -256,14 +256,14 @@  discard block
 block discarded – undo
256 256
         $maxW = $this->wPrint;
257 257
         //#############################################################
258 258
         //coluna esquerda identificação do emitente
259
-        $w = round($maxW*0.41, 0);// 80;
259
+        $w = round($maxW * 0.41, 0); // 80;
260 260
         if ($this->orientacao == 'P') {
261
-            $aFont = array('font'=>$this->fontePadrao,'size'=>6,'style'=>'I');
261
+            $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
262 262
         } else {
263
-            $aFont = array('font'=>$this->fontePadrao,'size'=>8,'style'=>'B');
263
+            $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'B');
264 264
         }
265 265
         $w1 = $w;
266
-        $h=32;
266
+        $h = 32;
267 267
         $oldY += $h;
268 268
         $this->textBox($x, $y, $w, $h);
269 269
         $texto = 'IDENTIFICAÇÃO DO EMITENTE';
@@ -271,147 +271,147 @@  discard block
 block discarded – undo
271 271
         if (is_file($this->logomarca)) {
272 272
             $logoInfo = getimagesize($this->logomarca);
273 273
             //largura da imagem em mm
274
-            $logoWmm = ($logoInfo[0]/72)*25.4;
274
+            $logoWmm = ($logoInfo[0] / 72) * 25.4;
275 275
             //altura da imagem em mm
276
-            $logoHmm = ($logoInfo[1]/72)*25.4;
277
-            if ($this->logoAlign=='L') {
278
-                $nImgW = round($w/3, 0);
279
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
280
-                $xImg = $x+1;
281
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
276
+            $logoHmm = ($logoInfo[1] / 72) * 25.4;
277
+            if ($this->logoAlign == 'L') {
278
+                $nImgW = round($w / 3, 0);
279
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
280
+                $xImg = $x + 1;
281
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
282 282
                 //estabelecer posições do texto
283
-                $x1 = round($xImg + $nImgW +1, 0);
284
-                $y1 = round($h/3+$y, 0);
285
-                $tw = round(2*$w/3, 0);
283
+                $x1 = round($xImg + $nImgW + 1, 0);
284
+                $y1 = round($h / 3 + $y, 0);
285
+                $tw = round(2 * $w / 3, 0);
286 286
             }
287
-            if ($this->logoAlign=='C') {
288
-                $nImgH = round($h/3, 0);
289
-                $nImgW = round($logoWmm * ($nImgH/$logoHmm), 0);
290
-                $xImg = round(($w-$nImgW)/2+$x, 0);
291
-                $yImg = $y+3;
287
+            if ($this->logoAlign == 'C') {
288
+                $nImgH = round($h / 3, 0);
289
+                $nImgW = round($logoWmm * ($nImgH / $logoHmm), 0);
290
+                $xImg = round(($w - $nImgW) / 2 + $x, 0);
291
+                $yImg = $y + 3;
292 292
                 $x1 = $x;
293 293
                 $y1 = round($yImg + $nImgH + 1, 0);
294 294
                 $tw = $w;
295 295
             }
296
-            if ($this->logoAlign=='R') {
297
-                $nImgW = round($w/3, 0);
298
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
299
-                $xImg = round($x+($w-(1+$nImgW)), 0);
300
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
296
+            if ($this->logoAlign == 'R') {
297
+                $nImgW = round($w / 3, 0);
298
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
299
+                $xImg = round($x + ($w - (1 + $nImgW)), 0);
300
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
301 301
                 $x1 = $x;
302
-                $y1 = round($h/3+$y, 0);
303
-                $tw = round(2*$w/3, 0);
302
+                $y1 = round($h / 3 + $y, 0);
303
+                $tw = round(2 * $w / 3, 0);
304 304
             }
305 305
             $this->pdf->image($this->logomarca, $xImg, $yImg, $nImgW, $nImgH, 'jpeg');
306 306
         } else {
307 307
             $x1 = $x;
308
-            $y1 = round($h/3+$y, 0);
308
+            $y1 = round($h / 3 + $y, 0);
309 309
             $tw = $w;
310 310
         }
311 311
         //Nome emitente
312
-        $aFont = array('font'=>$this->fontePadrao,'size'=>12,'style'=>'B');
313
-        $texto = (isset($this->aEnd['razao'])?$this->aEnd['razao']:'');
312
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'B');
313
+        $texto = (isset($this->aEnd['razao']) ? $this->aEnd['razao'] : '');
314 314
         $this->textBox($x1, $y1, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
315 315
         //endereço
316
-        $y1 = $y1+6;
317
-        $aFont = array('font'=>$this->fontePadrao,'size'=>8,'style'=>'');
318
-        $lgr = (isset($this->aEnd['logradouro'])?$this->aEnd['logradouro']:'');
319
-        $nro = (isset($this->aEnd['numero'])?$this->aEnd['numero']:'');
320
-        $cpl = (isset($this->aEnd['complemento'])?$this->aEnd['complemento']:'');
321
-        $bairro = (isset($this->aEnd['bairro'])?$this->aEnd['bairro']:'');
322
-        $CEP = (isset($this->aEnd['CEP'])?$this->aEnd['CEP']:'');
316
+        $y1 = $y1 + 6;
317
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
318
+        $lgr = (isset($this->aEnd['logradouro']) ? $this->aEnd['logradouro'] : '');
319
+        $nro = (isset($this->aEnd['numero']) ? $this->aEnd['numero'] : '');
320
+        $cpl = (isset($this->aEnd['complemento']) ? $this->aEnd['complemento'] : '');
321
+        $bairro = (isset($this->aEnd['bairro']) ? $this->aEnd['bairro'] : '');
322
+        $CEP = (isset($this->aEnd['CEP']) ? $this->aEnd['CEP'] : '');
323 323
         $CEP = $this->format($CEP, "#####-###");
324
-        $mun = (isset($this->aEnd['municipio'])?$this->aEnd['municipio']:'');
325
-        $UF = (isset($this->aEnd['UF'])?$this->aEnd['UF']:'');
326
-        $fone = (isset($this->aEnd['telefone'])?$this->aEnd['telefone']:'');
327
-        $email = (isset($this->aEnd['email'])?$this->aEnd['email']:'');
324
+        $mun = (isset($this->aEnd['municipio']) ? $this->aEnd['municipio'] : '');
325
+        $UF = (isset($this->aEnd['UF']) ? $this->aEnd['UF'] : '');
326
+        $fone = (isset($this->aEnd['telefone']) ? $this->aEnd['telefone'] : '');
327
+        $email = (isset($this->aEnd['email']) ? $this->aEnd['email'] : '');
328 328
         $foneLen = strlen($fone);
329 329
         if ($foneLen > 0) {
330
-            $fone2 = substr($fone, 0, $foneLen-4);
331
-            $fone1 = substr($fone, 0, $foneLen-8);
330
+            $fone2 = substr($fone, 0, $foneLen - 4);
331
+            $fone1 = substr($fone, 0, $foneLen - 8);
332 332
             $fone = '(' . $fone1 . ') ' . substr($fone2, -4) . '-' . substr($fone, -4);
333 333
         } else {
334 334
             $fone = '';
335 335
         }
336 336
         if ($email != '') {
337
-            $email = 'Email: '.$email;
337
+            $email = 'Email: ' . $email;
338 338
         }
339 339
         $texto = "";
340
-        $tmp_txt=trim(($lgr!=''?"$lgr, ":'').($nro!=0?$nro:"SN").($cpl!=''?" - $cpl":''));
341
-        $tmp_txt=($tmp_txt=='SN'?'':$tmp_txt);
342
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
343
-        $tmp_txt=trim($bairro . ($bairro!='' && $CEP!=''?" - ":'') . $CEP);
344
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
345
-        $tmp_txt=$mun;
346
-        $tmp_txt.=($tmp_txt!='' && $UF!=''?" - ":'').$UF;
347
-        $tmp_txt.=($tmp_txt!='' && $fone!=''?" - ":'').$fone;
348
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
349
-        $tmp_txt=$email;
350
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
351
-        $this->textBox($x1, $y1-2, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
340
+        $tmp_txt = trim(($lgr != '' ? "$lgr, " : '') . ($nro != 0 ? $nro : "SN") . ($cpl != '' ? " - $cpl" : ''));
341
+        $tmp_txt = ($tmp_txt == 'SN' ? '' : $tmp_txt);
342
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
343
+        $tmp_txt = trim($bairro . ($bairro != '' && $CEP != '' ? " - " : '') . $CEP);
344
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
345
+        $tmp_txt = $mun;
346
+        $tmp_txt .= ($tmp_txt != '' && $UF != '' ? " - " : '') . $UF;
347
+        $tmp_txt .= ($tmp_txt != '' && $fone != '' ? " - " : '') . $fone;
348
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
349
+        $tmp_txt = $email;
350
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
351
+        $this->textBox($x1, $y1 - 2, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
352 352
         //##################################################
353 353
         $w2 = round($maxW - $w, 0);
354 354
         $x += $w;
355 355
         $this->textBox($x, $y, $w2, $h);
356 356
         $y1 = $y + $h;
357
-        $aFont = array('font'=>$this->fontePadrao,'size'=>16,'style'=>'B');
358
-        $this->textBox($x, $y+2, $w2, 8, 'Representação Gráfica de ProtCancCTe', $aFont, 'T', 'C', 0, '');
359
-        $aFont = array('font'=>$this->fontePadrao,'size'=>12,'style'=>'I');
360
-        $this->textBox($x, $y+7, $w2, 8, '(Protocolo Cancelamento de CTe)', $aFont, 'T', 'C', 0, '');
357
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>16, 'style'=>'B');
358
+        $this->textBox($x, $y + 2, $w2, 8, 'Representação Gráfica de ProtCancCTe', $aFont, 'T', 'C', 0, '');
359
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'I');
360
+        $this->textBox($x, $y + 7, $w2, 8, '(Protocolo Cancelamento de CTe)', $aFont, 'T', 'C', 0, '');
361 361
         $tsHora = $this->convertTime($this->dhEvento);
362
-        $texto = 'Criado em : '. date('d/m/Y   H:i:s', $tsHora);
363
-        $this->textBox($x, $y+20, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
362
+        $texto = 'Criado em : ' . date('d/m/Y   H:i:s', $tsHora);
363
+        $this->textBox($x, $y + 20, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
364 364
         $tsHora = $this->convertTime($this->dhRegEvento);
365
-        $texto = 'Prococolo: '.$this->nProt.'  -  Registrado na SEFAZ em: '.date('d/m/Y   H:i:s', $tsHora);
366
-        $this->textBox($x, $y+25, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
365
+        $texto = 'Prococolo: ' . $this->nProt . '  -  Registrado na SEFAZ em: ' . date('d/m/Y   H:i:s', $tsHora);
366
+        $this->textBox($x, $y + 25, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
367 367
         //####################################################
368 368
         $x = $oldX;
369 369
         $this->textBox($x, $y1, $maxW, 33);
370
-        $sY = $y1+23;
370
+        $sY = $y1 + 23;
371 371
         $texto = 'De acordo com as determinações legais vigentes, vimos por meio desta '
372 372
                 . 'comunicar-lhe que o Conhecimento de Transporte Eletrônico, abaixo '
373 373
                 . 'referenciada, encontra-se cancelada, solicitamos que sejam aplicadas '
374 374
                 . 'essas correções ao executar seus lançamentos fiscais.';
375
-        $aFont = array('font'=>$this->fontePadrao,'size'=>10,'style'=>'');
376
-        $this->textBox($x+5, $y1, $maxW-5, 20, $texto, $aFont, 'T', 'L', 0, '', false);
375
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
376
+        $this->textBox($x + 5, $y1, $maxW - 5, 20, $texto, $aFont, 'T', 'L', 0, '', false);
377 377
         //############################################
378 378
         $x = $oldX;
379 379
         $y = $y1;
380 380
         $numNF = substr($this->chCTe, 25, 9);
381 381
         $serie = substr($this->chCTe, 22, 3);
382 382
         $numNF = $this->format($numNF, "###.###.###");
383
-        $texto = "Conhecimento: " . $numNF .'  -   Série: '.$serie;
384
-        $this->textBox($x+2, $y+11, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
383
+        $texto = "Conhecimento: " . $numNF . '  -   Série: ' . $serie;
384
+        $this->textBox($x + 2, $y + 11, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
385 385
         $bW = 87;
386 386
         $bH = 15;
387 387
         $x = 55;
388
-        $y = $y1+10;
388
+        $y = $y1 + 10;
389 389
         $w = $maxW;
390 390
         $this->pdf->setFillColor(0, 0, 0);
391
-        $this->pdf->code128($x+(($w-$bW)/2), $y+2, $this->chCTe, $bW, $bH);
391
+        $this->pdf->code128($x + (($w - $bW) / 2), $y + 2, $this->chCTe, $bW, $bH);
392 392
         $this->pdf->setFillColor(255, 255, 255);
393
-        $y1 = $y+2+$bH;
394
-        $aFont = array('font'=>$this->fontePadrao,'size'=>10,'style'=>'');
393
+        $y1 = $y + 2 + $bH;
394
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
395 395
         $texto = $this->format($this->chCTe, $this->formatoChave);
396
-        $this->textBox($x, $y1, $w-2, $h, $texto, $aFont, 'T', 'C', 0, '');
396
+        $this->textBox($x, $y1, $w - 2, $h, $texto, $aFont, 'T', 'C', 0, '');
397 397
         $retVal = $sY;
398 398
         //indicar sem valor
399 399
         if ($this->tpAmb != 1) {
400 400
             $x = 10;
401 401
             if ($this->orientacao == 'P') {
402
-                $y = round($this->hPrint*2/3, 0);
402
+                $y = round($this->hPrint * 2 / 3, 0);
403 403
             } else {
404
-                $y = round($this->hPrint/2, 0);
404
+                $y = round($this->hPrint / 2, 0);
405 405
             }
406 406
             $h = 5;
407
-            $w = $maxW-(2*$x);
407
+            $w = $maxW - (2 * $x);
408 408
             $this->pdf->setTextColor(90, 90, 90);
409 409
             $texto = "SEM VALOR FISCAL";
410
-            $aFont = array('font'=>$this->fontePadrao,'size'=>48,'style'=>'B');
410
+            $aFont = array('font'=>$this->fontePadrao, 'size'=>48, 'style'=>'B');
411 411
             $this->textBox($x, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
412
-            $aFont = array('font'=>$this->fontePadrao,'size'=>30,'style'=>'B');
412
+            $aFont = array('font'=>$this->fontePadrao, 'size'=>30, 'style'=>'B');
413 413
             $texto = "AMBIENTE DE HOMOLOGAÇÃO";
414
-            $this->textBox($x, $y+14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
414
+            $this->textBox($x, $y + 14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
415 415
             $this->pdf->setTextColor(0, 0, 0);
416 416
         }
417 417
         return $retVal;
@@ -426,13 +426,13 @@  discard block
 block discarded – undo
426 426
     {
427 427
         $maxW = $this->wPrint;
428 428
         $texto = 'JUSTIFICATIVA DO CANCELAMENTO';
429
-        $aFont = array('font'=>$this->fontePadrao,'size'=>10,'style'=>'B');
429
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'B');
430 430
         $this->textBox($x, $y, $maxW, 5, $texto, $aFont, 'T', 'L', 0, '', false);
431 431
         $y += 5;
432 432
         $this->textBox($x, $y, $maxW, 210);
433 433
         $texto = $this->xJust;
434
-        $aFont = array('font'=>$this->fontePadrao,'size'=>12,'style'=>'B');
435
-        $this->textBox($x+2, $y+2, $maxW-2, 150, $texto, $aFont, 'T', 'L', 0, '', false);
434
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'B');
435
+        $this->textBox($x + 2, $y + 2, $maxW - 2, 150, $texto, $aFont, 'T', 'L', 0, '', false);
436 436
     }
437 437
     
438 438
     /**
@@ -449,17 +449,17 @@  discard block
 block discarded – undo
449 449
                 . "validade fiscal.\n O Protocolo deve ser recebido e mantido"
450 450
                 . " em arquivo eletrônico XML e pode ser consultada através dos"
451 451
                 . " Portais das SEFAZ.";
452
-        $aFont = array('font'=>$this->fontePadrao,'size'=>10,'style'=>'I');
452
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'I');
453 453
         $this->textBox($x, $y, $w, 20, $texto, $aFont, 'T', 'C', 0, '', false);
454
-        $y = $this->hPrint -4;
455
-        $texto = "Impresso em  ". date('d/m/Y   H:i:s');
456
-        $w = $this->wPrint-4;
457
-        $aFont = array('font'=>$this->fontePadrao,'size'=>6,'style'=>'I');
454
+        $y = $this->hPrint - 4;
455
+        $texto = "Impresso em  " . date('d/m/Y   H:i:s');
456
+        $w = $this->wPrint - 4;
457
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
458 458
         $this->textBox($x, $y, $w, 4, $texto, $aFont, 'T', 'L', 0, '');
459 459
         $texto = "DaCanccteNFePHP ver. "
460 460
             . $this->version
461 461
             .  "  Powered by NFePHP (GNU/GPLv3 GNU/LGPLv3) © www.nfephp.org";
462
-        $aFont = array('font'=>$this->fontePadrao,'size'=>6,'style'=>'I');
462
+        $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
463 463
         $this->textBox($x, $y, $w, 4, $texto, $aFont, 'T', 'R', 0, 'http://www.nfephp.org');
464 464
     }
465 465
     
Please login to merge, or discard this patch.
src/CTe/Daevento.php 3 patches
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,7 +71,6 @@  discard block
 block discarded – undo
71 71
      * @param string $sPathLogo Caminho para o arquivo do logo
72 72
      * @param string $sDestino Estabelece a direção do envio do documento PDF I-browser D-browser com download S-
73 73
      * @param string $sDirPDF Caminho para o diretorio de armazenamento dos arquivos PDF
74
-     * @param string $fonteDACTE Nome da fonte alternativa do DACTE
75 74
      * @param array $aEnd array com o endereço do emitente
76 75
      * @param integer $mododebug 1-SIM e 0-Não (0 default)
77 76
      */
@@ -163,7 +162,6 @@  discard block
 block discarded – undo
163 162
      * @param string $orientacao
164 163
      * @param string $papel
165 164
      * @param string $logoAlign
166
-     * @param string $situacao_externa
167 165
      * @param string $classPDF
168 166
      * @return string
169 167
      */
@@ -290,7 +288,7 @@  discard block
 block discarded – undo
290 288
      * @param integer $x
291 289
      * @param integer $y
292 290
      * @param integer $pag
293
-     * @return integer
291
+     * @return double
294 292
      */
295 293
     private function zCabecalho(
296 294
         $x,
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 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 18
 use NFePHP\DA\Legacy\Pdf;
21 19
 use NFePHP\DA\Legacy\Common;
22 20
 
Please login to merge, or discard this patch.
Spacing   +110 added lines, -110 removed lines patch added patch discarded remove patch
@@ -134,28 +134,28 @@  discard block
 block discarded – undo
134 134
         $this->rinfEvento       = $this->retEvento->getElementsByTagName("infEvento")->item(0);
135 135
         $this->tpEvento         = $this->infEvento->getElementsByTagName("tpEvento")->item(0)->nodeValue;
136 136
         if (!in_array($this->tpEvento, array('110110', '110111'))) {
137
-            $this->errMsg = 'Evento não implementado '.$tpEvento.' !!';
137
+            $this->errMsg = 'Evento não implementado ' . $tpEvento . ' !!';
138 138
             $this->errStatus = true;
139 139
             return false;
140 140
         }
141 141
         $this->id = str_replace('ID', '', $this->infEvento->getAttribute("Id"));
142 142
         $this->chCTe = $this->infEvento->getElementsByTagName("chCTe")->item(0)->nodeValue;
143
-        $this->aEnd['CNPJ']=substr($this->chCTe, 6, 14);
143
+        $this->aEnd['CNPJ'] = substr($this->chCTe, 6, 14);
144 144
         $this->tpAmb = $this->infEvento->getElementsByTagName("tpAmb")->item(0)->nodeValue;
145 145
         $this->cOrgao = $this->infEvento->getElementsByTagName("cOrgao")->item(0)->nodeValue;
146 146
         $this->xCorrecao = $this->infEvento->getElementsByTagName("xCorrecao")->item(0);
147
-        $this->xCorrecao=(empty($this->xCorrecao)?'':$this->xCorrecao->nodeValue);
147
+        $this->xCorrecao = (empty($this->xCorrecao) ? '' : $this->xCorrecao->nodeValue);
148 148
         $this->xCondUso = $this->infEvento->getElementsByTagName("xCondUso")->item(0);
149
-        $this->xCondUso=(empty($this->xCondUso)?'':$this->xCondUso->nodeValue);
150
-        $this->xJust =  $this->infEvento->getElementsByTagName("xJust")->item(0);
151
-        $this->xJust=(empty($this->xJust)?'':$this->xJust->nodeValue);
149
+        $this->xCondUso = (empty($this->xCondUso) ? '' : $this->xCondUso->nodeValue);
150
+        $this->xJust = $this->infEvento->getElementsByTagName("xJust")->item(0);
151
+        $this->xJust = (empty($this->xJust) ? '' : $this->xJust->nodeValue);
152 152
         $this->dhEvento = $this->infEvento->getElementsByTagName("dhEvento")->item(0)->nodeValue;
153 153
         $this->cStat = $this->rinfEvento->getElementsByTagName("cStat")->item(0)->nodeValue;
154 154
         $this->xMotivo = $this->rinfEvento->getElementsByTagName("xMotivo")->item(0)->nodeValue;
155
-        $this->CNPJDest = !empty($this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue)?
156
-                $this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue:'';
157
-        $this->CPFDest =  !empty($this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue)?
158
-                $this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue:'';
155
+        $this->CNPJDest = !empty($this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue) ?
156
+                $this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue : '';
157
+        $this->CPFDest = !empty($this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue) ?
158
+                $this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue : '';
159 159
         $this->dhRegEvento = $this->rinfEvento->getElementsByTagName("dhRegEvento")->item(0)->nodeValue;
160 160
         $this->nProt = $this->rinfEvento->getElementsByTagName("nProt")->item(0)->nodeValue;
161 161
     }
@@ -219,8 +219,8 @@  discard block
 block discarded – undo
219 219
         $this->orientacao = $orientacao;
220 220
         $this->papel = $papel;
221 221
         $this->logoAlign = $logoAlign;
222
-        if ($classPDF!==false) {
223
-            $this->pdf = $classPDF ;
222
+        if ($classPDF !== false) {
223
+            $this->pdf = $classPDF;
224 224
         } else {
225 225
             $this->pdf = new Pdf($this->orientacao, 'mm', $this->papel);
226 226
         }
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
             // posição inicial do relatorio
233 233
             $xInic = 1;
234 234
             $yInic = 1;
235
-            if ($this->papel =='A4') { //A4 210x297mm
235
+            if ($this->papel == 'A4') { //A4 210x297mm
236 236
                 $maxW = 210;
237 237
                 $maxH = 297;
238 238
             }
@@ -244,16 +244,16 @@  discard block
 block discarded – undo
244 244
             // posição inicial do relatorio
245 245
             $xInic = 5;
246 246
             $yInic = 5;
247
-            if ($papel =='A4') {
247
+            if ($papel == 'A4') {
248 248
                 //A4 210x297mm
249 249
                 $maxH = 210;
250 250
                 $maxW = 297;
251 251
             }
252 252
         }
253 253
         //largura imprimivel em mm
254
-        $this->wPrint = $maxW-($margEsq+$xInic);
254
+        $this->wPrint = $maxW - ($margEsq + $xInic);
255 255
         //comprimento imprimivel em mm
256
-        $this->hPrint = $maxH-($margSup+$yInic);
256
+        $this->hPrint = $maxH - ($margSup + $yInic);
257 257
         // estabelece contagem de paginas
258 258
         $this->pdf->aliasNbPages();
259 259
         // fixa as margens
@@ -273,11 +273,11 @@  discard block
 block discarded – undo
273 273
         //coloca o cabeçalho
274 274
         $y = $this->zCabecalho($x, $y, $pag, $situacao_externa);
275 275
         //coloca os dados da CCe
276
-        $y = $this->zCorpo($x, $y+15);
276
+        $y = $this->zCorpo($x, $y + 15);
277 277
         //coloca os dados da CCe
278
-        $y = $this->zRodape($x, $y+$this->hPrint-20);
278
+        $y = $this->zRodape($x, $y + $this->hPrint - 20);
279 279
         //retorna o ID do evento
280
-        if ($classPDF !==false) {
280
+        if ($classPDF !== false) {
281 281
             $aR = array(
282 282
                 'id'=>$this->id,
283 283
                 'classe_PDF'=>$this->pdf);
@@ -304,14 +304,14 @@  discard block
 block discarded – undo
304 304
         $maxW = $this->wPrint;
305 305
         //####################################################################################
306 306
         //coluna esquerda identificação do emitente
307
-        $w = round($maxW*0.41, 0);// 80;
307
+        $w = round($maxW * 0.41, 0); // 80;
308 308
         if ($this->orientacao == 'P') {
309 309
             $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
310 310
         } else {
311 311
             $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'B');
312 312
         }
313 313
         $w1 = $w;
314
-        $h=32;
314
+        $h = 32;
315 315
         $oldY += $h;
316 316
         $this->pTextBox($x, $y, $w, $h);
317 317
         $texto = 'IDENTIFICAÇÃO DO EMITENTE';
@@ -319,130 +319,130 @@  discard block
 block discarded – undo
319 319
         if (is_file($this->logomarca)) {
320 320
             $logoInfo = getimagesize($this->logomarca);
321 321
             //largura da imagem em mm
322
-            $logoWmm = ($logoInfo[0]/72)*25.4;
322
+            $logoWmm = ($logoInfo[0] / 72) * 25.4;
323 323
             //altura da imagem em mm
324
-            $logoHmm = ($logoInfo[1]/72)*25.4;
325
-            if ($this->logoAlign=='L') {
326
-                $nImgW = round($w/3, 0);
327
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
328
-                $xImg = $x+1;
329
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
324
+            $logoHmm = ($logoInfo[1] / 72) * 25.4;
325
+            if ($this->logoAlign == 'L') {
326
+                $nImgW = round($w / 3, 0);
327
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
328
+                $xImg = $x + 1;
329
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
330 330
                 //estabelecer posições do texto
331
-                $x1 = round($xImg + $nImgW +1, 0);
332
-                $y1 = round($h/3+$y, 0);
333
-                $tw = round(2*$w/3, 0);
331
+                $x1 = round($xImg + $nImgW + 1, 0);
332
+                $y1 = round($h / 3 + $y, 0);
333
+                $tw = round(2 * $w / 3, 0);
334 334
             }
335
-            if ($this->logoAlign=='C') {
336
-                $nImgH = round($h/3, 0);
337
-                $nImgW = round($logoWmm * ($nImgH/$logoHmm), 0);
338
-                $xImg = round(($w-$nImgW)/2+$x, 0);
339
-                $yImg = $y+3;
335
+            if ($this->logoAlign == 'C') {
336
+                $nImgH = round($h / 3, 0);
337
+                $nImgW = round($logoWmm * ($nImgH / $logoHmm), 0);
338
+                $xImg = round(($w - $nImgW) / 2 + $x, 0);
339
+                $yImg = $y + 3;
340 340
                 $x1 = $x;
341 341
                 $y1 = round($yImg + $nImgH + 1, 0);
342 342
                 $tw = $w;
343 343
             }
344
-            if ($this->logoAlign=='R') {
345
-                $nImgW = round($w/3, 0);
346
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
347
-                $xImg = round($x+($w-(1+$nImgW)), 0);
348
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
344
+            if ($this->logoAlign == 'R') {
345
+                $nImgW = round($w / 3, 0);
346
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
347
+                $xImg = round($x + ($w - (1 + $nImgW)), 0);
348
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
349 349
                 $x1 = $x;
350
-                $y1 = round($h/3+$y, 0);
351
-                $tw = round(2*$w/3, 0);
350
+                $y1 = round($h / 3 + $y, 0);
351
+                $tw = round(2 * $w / 3, 0);
352 352
             }
353 353
             $this->pdf->Image($this->logomarca, $xImg, $yImg, $nImgW, $nImgH, 'jpeg');
354 354
         } else {
355 355
             $x1 = $x;
356
-            $y1 = round($h/3+$y, 0);
356
+            $y1 = round($h / 3 + $y, 0);
357 357
             $tw = $w;
358 358
         }
359 359
         //Nome emitente
360 360
         $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'B');
361
-        $texto = (isset($this->aEnd['razao'])?$this->aEnd['razao']:'');
361
+        $texto = (isset($this->aEnd['razao']) ? $this->aEnd['razao'] : '');
362 362
         $this->pTextBox($x1, $y1, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
363 363
         //endereço
364
-        $y1 = $y1+6;
364
+        $y1 = $y1 + 6;
365 365
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
366
-        $lgr = (isset($this->aEnd['logradouro'])?$this->aEnd['logradouro']:'');
367
-        $nro = (isset($this->aEnd['numero'])?$this->aEnd['numero']:'');
368
-        $cpl = (isset($this->aEnd['complemento'])?$this->aEnd['complemento']:'');
369
-        $bairro = (isset($this->aEnd['bairro'])?$this->aEnd['bairro']:'');
370
-        $CEP = (isset($this->aEnd['CEP'])?$this->aEnd['CEP']:'');
366
+        $lgr = (isset($this->aEnd['logradouro']) ? $this->aEnd['logradouro'] : '');
367
+        $nro = (isset($this->aEnd['numero']) ? $this->aEnd['numero'] : '');
368
+        $cpl = (isset($this->aEnd['complemento']) ? $this->aEnd['complemento'] : '');
369
+        $bairro = (isset($this->aEnd['bairro']) ? $this->aEnd['bairro'] : '');
370
+        $CEP = (isset($this->aEnd['CEP']) ? $this->aEnd['CEP'] : '');
371 371
         $CEP = $this->pFormat($CEP, "#####-###");
372
-        $mun = (isset($this->aEnd['municipio'])?$this->aEnd['municipio']:'');
373
-        $UF = (isset($this->aEnd['UF'])?$this->aEnd['UF']:'');
374
-        $fone = (isset($this->aEnd['telefone'])?$this->aEnd['telefone']:'');
375
-        $email = (isset($this->aEnd['email'])?$this->aEnd['email']:'');
372
+        $mun = (isset($this->aEnd['municipio']) ? $this->aEnd['municipio'] : '');
373
+        $UF = (isset($this->aEnd['UF']) ? $this->aEnd['UF'] : '');
374
+        $fone = (isset($this->aEnd['telefone']) ? $this->aEnd['telefone'] : '');
375
+        $email = (isset($this->aEnd['email']) ? $this->aEnd['email'] : '');
376 376
         $foneLen = strlen($fone);
377 377
         if ($foneLen > 0) {
378
-            $fone2 = substr($fone, 0, $foneLen-4);
379
-            $fone1 = substr($fone, 0, $foneLen-8);
378
+            $fone2 = substr($fone, 0, $foneLen - 4);
379
+            $fone1 = substr($fone, 0, $foneLen - 8);
380 380
             $fone = '(' . $fone1 . ') ' . substr($fone2, -4) . '-' . substr($fone, -4);
381 381
         } else {
382 382
             $fone = '';
383 383
         }
384 384
         if ($email != '') {
385
-            $email = 'Email: '.$email;
385
+            $email = 'Email: ' . $email;
386 386
         }
387 387
         $texto = "";
388
-        $tmp_txt = trim(($lgr!=''?"$lgr, ":'').($nro!=0?$nro:"SN").($cpl!=''?" - $cpl":''));
389
-        $tmp_txt = ($tmp_txt=='SN'?'':$tmp_txt);
390
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
391
-        $tmp_txt = trim($bairro.($bairro!='' && $CEP!=''?" - ":'').$CEP);
392
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
388
+        $tmp_txt = trim(($lgr != '' ? "$lgr, " : '') . ($nro != 0 ? $nro : "SN") . ($cpl != '' ? " - $cpl" : ''));
389
+        $tmp_txt = ($tmp_txt == 'SN' ? '' : $tmp_txt);
390
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
391
+        $tmp_txt = trim($bairro . ($bairro != '' && $CEP != '' ? " - " : '') . $CEP);
392
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
393 393
         $tmp_txt = $mun;
394
-        $tmp_txt.= ($tmp_txt!='' && $UF!=''?" - ":'').$UF;
395
-        $tmp_txt.= ($tmp_txt!='' && $fone!=''?" - ":'').$fone;
396
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
394
+        $tmp_txt .= ($tmp_txt != '' && $UF != '' ? " - " : '') . $UF;
395
+        $tmp_txt .= ($tmp_txt != '' && $fone != '' ? " - " : '') . $fone;
396
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
397 397
         $tmp_txt = $email;
398
-        $texto .= ($texto!='' && $tmp_txt!=''?"\n":'').$tmp_txt;
399
-        $this->pTextBox($x1, $y1-2, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
398
+        $texto .= ($texto != '' && $tmp_txt != '' ? "\n" : '') . $tmp_txt;
399
+        $this->pTextBox($x1, $y1 - 2, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
400 400
         //##################################################
401 401
         $w2 = round($maxW - $w, 0);
402 402
         $x += $w;
403 403
         $this->pTextBox($x, $y, $w2, $h);
404 404
         $y1 = $y + $h;
405 405
         $aFont = array('font'=>$this->fontePadrao, 'size'=>16, 'style'=>'B');
406
-        if ($this->tpEvento=='110110') {
407
-            $texto='Representação Gráfica de CCe';
406
+        if ($this->tpEvento == '110110') {
407
+            $texto = 'Representação Gráfica de CCe';
408 408
         } else {
409
-            $texto='Representação Gráfica de Evento';
409
+            $texto = 'Representação Gráfica de Evento';
410 410
         }
411
-        $this->pTextBox($x, $y+2, $w2, 8, $texto, $aFont, 'T', 'C', 0, '');
411
+        $this->pTextBox($x, $y + 2, $w2, 8, $texto, $aFont, 'T', 'C', 0, '');
412 412
         $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'I');
413
-        if ($this->tpEvento=='110110') {
414
-            $texto='(Carta de Correção Eletrônica)';
415
-        } elseif ($this->tpEvento=='110111') {
416
-            $texto='(Cancelamento de CTe)';
413
+        if ($this->tpEvento == '110110') {
414
+            $texto = '(Carta de Correção Eletrônica)';
415
+        } elseif ($this->tpEvento == '110111') {
416
+            $texto = '(Cancelamento de CTe)';
417 417
         }
418
-        $this->pTextBox($x, $y+7, $w2, 8, $texto, $aFont, 'T', 'C', 0, '');
419
-        $texto = 'ID do Evento: '.$this->id;
418
+        $this->pTextBox($x, $y + 7, $w2, 8, $texto, $aFont, 'T', 'C', 0, '');
419
+        $texto = 'ID do Evento: ' . $this->id;
420 420
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
421
-        $this->pTextBox($x, $y+15, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
421
+        $this->pTextBox($x, $y + 15, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
422 422
         $tsHora = $this->pConvertTime($this->dhEvento);
423
-        $texto = 'Criado em : '. date('d/m/Y   H:i:s', $tsHora);
424
-        $this->pTextBox($x, $y+20, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
423
+        $texto = 'Criado em : ' . date('d/m/Y   H:i:s', $tsHora);
424
+        $this->pTextBox($x, $y + 20, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
425 425
         $tsHora = $this->pConvertTime($this->dhRegEvento);
426
-        $texto = 'Prococolo: '.$this->nProt.'  -  Registrado na SEFAZ em: '.date('d/m/Y   H:i:s', $tsHora);
427
-        $this->pTextBox($x, $y+25, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
426
+        $texto = 'Prococolo: ' . $this->nProt . '  -  Registrado na SEFAZ em: ' . date('d/m/Y   H:i:s', $tsHora);
427
+        $this->pTextBox($x, $y + 25, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
428 428
         //####################################################
429 429
         $x = $oldX;
430 430
         $this->pTextBox($x, $y1, $maxW, 40);
431
-        $sY = $y1+40;
432
-        if ($this->tpEvento=='110110') {
431
+        $sY = $y1 + 40;
432
+        if ($this->tpEvento == '110110') {
433 433
             $texto = 'De acordo com as determinações legais vigentes, vimos por meio '
434 434
                     . 'desta comunicar-lhe que o Conhecimento de Transporte, abaixo referenciado, '
435 435
                     . 'contêm irregularidades que estão destacadas e suas respectivas '
436 436
                     . 'correções, solicitamos que sejam aplicadas essas correções ao '
437 437
                     . 'executar seus lançamentos fiscais.';
438
-        } elseif ($this->tpEvento=='110111') {
438
+        } elseif ($this->tpEvento == '110111') {
439 439
             $texto = 'De acordo com as determinações legais vigentes, vimos por meio '
440 440
                     . 'desta comunicar-lhe que o  Conhecimento de Transporte, abaixo referenciado, está '
441 441
                     . 'cancelado, solicitamos que sejam aplicadas essas correções ao '
442 442
                     . 'executar seus lançamentos fiscais.';
443 443
         }
444 444
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
445
-        $this->pTextBox($x+5, $y1, $maxW-5, 20, $texto, $aFont, 'T', 'L', 0, '', false);
445
+        $this->pTextBox($x + 5, $y1, $maxW - 5, 20, $texto, $aFont, 'T', 'L', 0, '', false);
446 446
         //############################################
447 447
         $x = $oldX;
448 448
         $y = $y1;
@@ -450,45 +450,45 @@  discard block
 block discarded – undo
450 450
         $numNF = substr($this->chCTe, 25, 9);
451 451
         $serie = substr($this->chCTe, 22, 3);
452 452
         $numNF = $this->pFormat($numNF, "###.###.###");
453
-        $texto = "Conhecimento: " . $numNF .'  -   Série: '.$serie;
454
-        $this->pTextBox($x+2, $y+19, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
453
+        $texto = "Conhecimento: " . $numNF . '  -   Série: ' . $serie;
454
+        $this->pTextBox($x + 2, $y + 19, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
455 455
         $bW = 87;
456 456
         $bH = 15;
457 457
         $x = 55;
458
-        $y = $y1+13;
458
+        $y = $y1 + 13;
459 459
         $w = $maxW;
460 460
         $this->pdf->setFillColor(0, 0, 0);
461
-        $this->pdf->code128($x+(($w-$bW)/2), $y+2, $this->chCTe, $bW, $bH);
461
+        $this->pdf->code128($x + (($w - $bW) / 2), $y + 2, $this->chCTe, $bW, $bH);
462 462
         $this->pdf->setFillColor(255, 255, 255);
463
-        $y1 = $y+2+$bH;
463
+        $y1 = $y + 2 + $bH;
464 464
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
465 465
         $texto = $this->pFormat($this->chCTe, $this->formatoChave);
466
-        $this->pTextBox($x, $y1, $w-2, $h, $texto, $aFont, 'T', 'C', 0, '');
467
-        $retVal = $sY+2;
468
-        if ($this->tpEvento=='110110') {
466
+        $this->pTextBox($x, $y1, $w - 2, $h, $texto, $aFont, 'T', 'C', 0, '');
467
+        $retVal = $sY + 2;
468
+        if ($this->tpEvento == '110110') {
469 469
             $x = $oldX;
470 470
             $this->pTextBox($x, $sY, $maxW, 15);
471 471
             $texto = $this->xCondUso;
472 472
             $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'I');
473
-            $this->pTextBox($x+2, $sY+2, $maxW-2, 15, $texto, $aFont, 'T', 'L', 0, '', false);
474
-            $retVal = $sY+2;
473
+            $this->pTextBox($x + 2, $sY + 2, $maxW - 2, 15, $texto, $aFont, 'T', 'L', 0, '', false);
474
+            $retVal = $sY + 2;
475 475
         }
476 476
         if ($this->tpAmb != 1) {
477 477
             $x = 10;
478 478
             if ($this->orientacao == 'P') {
479
-                $y = round($this->hPrint*2/3, 0);
479
+                $y = round($this->hPrint * 2 / 3, 0);
480 480
             } else {
481
-                $y = round($this->hPrint/2, 0);
481
+                $y = round($this->hPrint / 2, 0);
482 482
             }
483 483
             $h = 5;
484
-            $w = $maxW-(2*$x);
484
+            $w = $maxW - (2 * $x);
485 485
             $this->pdf->setTextColor(90, 90, 90);
486 486
             $texto = "SEM VALOR FISCAL";
487 487
             $aFont = array('font'=>$this->fontePadrao, 'size'=>48, 'style'=>'B');
488 488
             $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
489 489
             $aFont = array('font'=>$this->fontePadrao, 'size'=>30, 'style'=>'B');
490 490
             $texto = "AMBIENTE DE HOMOLOGAÇÃO";
491
-            $this->pTextBox($x, $y+14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
491
+            $this->pTextBox($x, $y + 14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
492 492
             $this->pdf->setTextColor(0, 0, 0);
493 493
         }
494 494
         return $retVal;
@@ -502,7 +502,7 @@  discard block
 block discarded – undo
502 502
     private function zCorpo($x, $y)
503 503
     {
504 504
         $maxW = $this->wPrint;
505
-        if ($this->tpEvento=='110110') {
505
+        if ($this->tpEvento == '110110') {
506 506
             $texto = 'CORREÇÕES A SEREM CONSIDERADAS';
507 507
         } else {
508 508
             $texto = 'JUSTIFICATIVA DO CANCELAMENTO';
@@ -511,13 +511,13 @@  discard block
 block discarded – undo
511 511
         $this->pTextBox($x, $y, $maxW, 5, $texto, $aFont, 'T', 'L', 0, '', false);
512 512
         $y += 5;
513 513
         $this->pTextBox($x, $y, $maxW, 190);
514
-        if ($this->tpEvento=='110110') {
514
+        if ($this->tpEvento == '110110') {
515 515
             $texto = $this->xCorrecao;
516
-        } elseif ($this->tpEvento=='110111') {
516
+        } elseif ($this->tpEvento == '110111') {
517 517
             $texto = $this->xJust;
518 518
         }
519 519
         $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'B');
520
-        $this->pTextBox($x+2, $y+2, $maxW-2, 150, $texto, $aFont, 'T', 'L', 0, '', false);
520
+        $this->pTextBox($x + 2, $y + 2, $maxW - 2, 150, $texto, $aFont, 'T', 'L', 0, '', false);
521 521
     }
522 522
     
523 523
     /**
@@ -528,12 +528,12 @@  discard block
 block discarded – undo
528 528
     private function zRodape($x, $y)
529 529
     {
530 530
         $w = $this->wPrint;
531
-        if ($this->tpEvento=='110110') {
531
+        if ($this->tpEvento == '110110') {
532 532
             $texto = "Este documento é uma representação gráfica da CCe e foi "
533 533
                     . "impresso apenas para sua informação e não possue validade fiscal."
534 534
                     . "\n A CCe deve ser recebida e mantida em arquivo eletrônico XML e "
535 535
                     . "pode ser consultada através dos Portais das SEFAZ.";
536
-        } elseif ($this->tpEvento=='110111') {
536
+        } elseif ($this->tpEvento == '110111') {
537 537
             $texto = "Este documento é uma representação gráfica do evento de CTe e foi "
538 538
                     . "impresso apenas para sua informação e não possue validade fiscal."
539 539
                     . "\n O Evento deve ser recebido e mantido em arquivo eletrônico XML e "
@@ -541,9 +541,9 @@  discard block
 block discarded – undo
541 541
         }
542 542
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'I');
543 543
         $this->pTextBox($x, $y, $w, 20, $texto, $aFont, 'T', 'C', 0, '', false);
544
-        $y = $this->hPrint -4;
545
-        $texto = "Impresso em  ". date('d/m/Y   H:i:s');
546
-        $w = $this->wPrint-4;
544
+        $y = $this->hPrint - 4;
545
+        $texto = "Impresso em  " . date('d/m/Y   H:i:s');
546
+        $w = $this->wPrint - 4;
547 547
         $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
548 548
         $this->pTextBox($x, $y, $w, 4, $texto, $aFont, 'T', 'L', 0, '');
549 549
         $texto = "Daevento ver. " . $this->version
Please login to merge, or discard this patch.
src/Legacy/FPDF/font/makefont/makefont.php 2 patches
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@  discard block
 block discarded – undo
7 7
 * Author:  Olivier PLATHEY                                                     *
8 8
 *******************************************************************************/
9 9
 
10
+/**
11
+ * @param string $enc
12
+ */
10 13
 function readMap($enc)
11 14
 {
12 15
     //Read a map file
@@ -159,6 +162,9 @@  discard block
 block discarded – undo
159 162
     return $fm;
160 163
 }
161 164
 
165
+/**
166
+ * @param boolean $symbolic
167
+ */
162 168
 function makeFontDescriptor($fm, $symbolic)
163 169
 {
164 170
     //Ascent
@@ -263,6 +269,11 @@  discard block
 block discarded – undo
263 269
     return rtrim($s);
264 270
 }
265 271
 
272
+/**
273
+ * @param string $file
274
+ * @param string $s
275
+ * @param string $mode
276
+ */
266 277
 function saveToFile($file, $s, $mode)
267 278
 {
268 279
     $f = fopen($file, 'w'.$mode);
Please login to merge, or discard this patch.
Spacing   +84 added lines, -84 removed lines patch added patch discarded remove patch
@@ -10,23 +10,23 @@  discard block
 block discarded – undo
10 10
 function readMap($enc)
11 11
 {
12 12
     //Read a map file
13
-    $file = dirname(__FILE__).'/'.strtolower($enc).'.map';
13
+    $file = dirname(__FILE__) . '/' . strtolower($enc) . '.map';
14 14
     $a = file($file);
15 15
     if (empty($a)) {
16
-        die('<b>Error:</b> encoding not found: '.$enc);
16
+        die('<b>Error:</b> encoding not found: ' . $enc);
17 17
     }
18 18
     $cc2gn = array();
19 19
     foreach ($a as $l) {
20
-        if ($l[0]=='!') {
20
+        if ($l[0] == '!') {
21 21
             $e = preg_split('/[ \\t]+/', rtrim($l));
22 22
             $cc = hexdec(substr($e[0], 1));
23 23
             $gn = $e[2];
24 24
             $cc2gn[$cc] = $gn;
25 25
         }
26 26
     }
27
-    for ($i=0; $i<=255; $i++) {
27
+    for ($i = 0; $i <= 255; $i++) {
28 28
         if (!isset($cc2gn[$i])) {
29
-            $cc2gn[$i]='.notdef';
29
+            $cc2gn[$i] = '.notdef';
30 30
         }
31 31
     }
32 32
     return $cc2gn;
@@ -78,14 +78,14 @@  discard block
 block discarded – undo
78 78
     ];
79 79
     foreach ($a as $l) {
80 80
         $e = explode(' ', rtrim($l));
81
-        if (count($e)<2) {
81
+        if (count($e) < 2) {
82 82
             continue;
83 83
         }
84 84
         $code = $e[0];
85 85
         $param = $e[1];
86 86
         if ($code == 'C') {
87 87
             //Character metrics
88
-            $cc = (int)$e[1];
88
+            $cc = (int) $e[1];
89 89
             $w = $e[4];
90 90
             $gn = $e[7];
91 91
             if (substr($gn, -4) == '20AC') {
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
                 //Fix incorrect glyph name
96 96
                 foreach ($map as $c => $n) {
97 97
                     if ($n == $fix[$gn]) {
98
-                        $map[$c]=$gn;
98
+                        $map[$c] = $gn;
99 99
                     }
100 100
                 }
101 101
             }
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
             } else {
106 106
                 $widths[$gn] = $w;
107 107
                 if ($gn == 'X') {
108
-                    $fm['CapXHeight']=$e[13];
108
+                    $fm['CapXHeight'] = $e[13];
109 109
                 }
110 110
             }
111 111
             if ($gn == '.notdef') {
@@ -116,23 +116,23 @@  discard block
 block discarded – undo
116 116
         } elseif ($code == 'Weight') {
117 117
             $fm['Weight'] = $param;
118 118
         } elseif ($code == 'ItalicAngle') {
119
-            $fm['ItalicAngle'] = (double)$param;
119
+            $fm['ItalicAngle'] = (double) $param;
120 120
         } elseif ($code == 'Ascender') {
121
-            $fm['Ascender'] = (int)$param;
121
+            $fm['Ascender'] = (int) $param;
122 122
         } elseif ($code == 'Descender') {
123
-            $fm['Descender'] = (int)$param;
123
+            $fm['Descender'] = (int) $param;
124 124
         } elseif ($code == 'UnderlineThickness') {
125
-            $fm['UnderlineThickness'] = (int)$param;
125
+            $fm['UnderlineThickness'] = (int) $param;
126 126
         } elseif ($code == 'UnderlinePosition') {
127
-            $fm['UnderlinePosition'] = (int)$param;
127
+            $fm['UnderlinePosition'] = (int) $param;
128 128
         } elseif ($code == 'IsFixedPitch') {
129 129
             $fm['IsFixedPitch'] = ($param == 'true');
130 130
         } elseif ($code == 'FontBBox') {
131 131
             $fm['FontBBox'] = array($e[1], $e[2], $e[3], $e[4]);
132 132
         } elseif ($code == 'CapHeight') {
133
-            $fm['CapHeight'] = (int)$param;
133
+            $fm['CapHeight'] = (int) $param;
134 134
         } elseif ($code == 'StdVW') {
135
-            $fm['StdVW'] = (int)$param;
135
+            $fm['StdVW'] = (int) $param;
136 136
         }
137 137
     }
138 138
     if (!isset($fm['FontName'])) {
@@ -146,9 +146,9 @@  discard block
 block discarded – undo
146 146
             $widths['Delta'] = $widths['increment'];
147 147
         }
148 148
         //Order widths according to map
149
-        for ($i=0; $i<=255; $i++) {
149
+        for ($i = 0; $i <= 255; $i++) {
150 150
             if (!isset($widths[$map[$i]])) {
151
-                echo '<b>Warning:</b> character '.$map[$i].' is missing<br>';
151
+                echo '<b>Warning:</b> character ' . $map[$i] . ' is missing<br>';
152 152
                 $widths[$i] = $widths['.notdef'];
153 153
             } else {
154 154
                 $widths[$i] = $widths[$map[$i]];
@@ -162,11 +162,11 @@  discard block
 block discarded – undo
162 162
 function makeFontDescriptor($fm, $symbolic)
163 163
 {
164 164
     //Ascent
165
-    $asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
166
-    $fd = "array('Ascent'=>".$asc;
165
+    $asc = (isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
166
+    $fd = "array('Ascent'=>" . $asc;
167 167
     //Descent
168 168
     $desc = (isset($fm['Descender']) ? $fm['Descender'] : -200);
169
-    $fd .= ",'Descent'=>".$desc;
169
+    $fd .= ",'Descent'=>" . $desc;
170 170
     //CapHeight
171 171
     if (isset($fm['CapHeight'])) {
172 172
         $ch = $fm['CapHeight'];
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
     } else {
176 176
         $ch = $asc;
177 177
     }
178
-    $fd .= ",'CapHeight'=>".$ch;
178
+    $fd .= ",'CapHeight'=>" . $ch;
179 179
     //Flags
180 180
     $flags = 0;
181 181
     if (isset($fm['IsFixedPitch']) && $fm['IsFixedPitch']) {
@@ -185,22 +185,22 @@  discard block
 block discarded – undo
185 185
         $flags += 1 << 2;
186 186
     }
187 187
     if (!$symbolic) {
188
-        $flags += 1<< 5;
188
+        $flags += 1 << 5;
189 189
     }
190
-    if (isset($fm['ItalicAngle']) && $fm['ItalicAngle']!=0) {
190
+    if (isset($fm['ItalicAngle']) && $fm['ItalicAngle'] != 0) {
191 191
         $flags += 1 << 6;
192 192
     }
193
-    $fd.=",'Flags'=>".$flags;
193
+    $fd .= ",'Flags'=>" . $flags;
194 194
     //FontBBox
195 195
     if (isset($fm['FontBBox'])) {
196 196
         $fbb = $fm['FontBBox'];
197 197
     } else {
198
-        $fbb = array(0,$desc-100,1000,$asc+100);
198
+        $fbb = array(0, $desc - 100, 1000, $asc + 100);
199 199
     }
200
-    $fd .= ",'FontBBox'=>'[".$fbb[0].' '.$fbb[1].' '.$fbb[2].' '.$fbb[3]."]'";
200
+    $fd .= ",'FontBBox'=>'[" . $fbb[0] . ' ' . $fbb[1] . ' ' . $fbb[2] . ' ' . $fbb[3] . "]'";
201 201
     //ItalicAngle
202 202
     $ia = (isset($fm['ItalicAngle']) ? $fm['ItalicAngle'] : 0);
203
-    $fd .= ",'ItalicAngle'=>".$ia;
203
+    $fd .= ",'ItalicAngle'=>" . $ia;
204 204
     //StemV
205 205
     if (isset($fm['StdVW'])) {
206 206
         $stemv = $fm['StdVW'];
@@ -209,10 +209,10 @@  discard block
 block discarded – undo
209 209
     } else {
210 210
         $stemv = 70;
211 211
     }
212
-    $fd .= ",'StemV'=>".$stemv;
212
+    $fd .= ",'StemV'=>" . $stemv;
213 213
     //MissingWidth
214 214
     if (isset($fm['MissingWidth'])) {
215
-        $fd .= ",'MissingWidth'=>".$fm['MissingWidth'];
215
+        $fd .= ",'MissingWidth'=>" . $fm['MissingWidth'];
216 216
     }
217 217
     $fd .= ')';
218 218
     return $fd;
@@ -223,21 +223,21 @@  discard block
 block discarded – undo
223 223
     //Make character width array
224 224
     $s = "array(\n\t";
225 225
     $cw = $fm['Widths'];
226
-    for ($i=0; $i<=255; $i++) {
226
+    for ($i = 0; $i <= 255; $i++) {
227 227
         if (chr($i) == "'") {
228 228
             $s .= "'\\''";
229 229
         } elseif (chr($i) == "\\") {
230 230
             $s .= "'\\\\'";
231 231
         } elseif ($i >= 32 && $i <= 126) {
232
-            $s .= "'".chr($i)."'";
232
+            $s .= "'" . chr($i) . "'";
233 233
         } else {
234 234
             $s .= "chr($i)";
235 235
         }
236
-        $s .= '=>'.$fm['Widths'][$i];
236
+        $s .= '=>' . $fm['Widths'][$i];
237 237
         if ($i < 255) {
238 238
             $s .= ',';
239 239
         }
240
-        if (($i+1)%22==0) {
240
+        if (($i + 1) % 22 == 0) {
241 241
             $s .= "\n\t";
242 242
         }
243 243
     }
@@ -251,13 +251,13 @@  discard block
 block discarded – undo
251 251
     $ref = readMap('cp1252');
252 252
     $s = '';
253 253
     $last = 0;
254
-    for ($i=32; $i<=255; $i++) {
255
-        if ($map[$i]!=$ref[$i]) {
256
-            if ($i!=$last+1) {
257
-                $s .= $i.' ';
254
+    for ($i = 32; $i <= 255; $i++) {
255
+        if ($map[$i] != $ref[$i]) {
256
+            if ($i != $last + 1) {
257
+                $s .= $i . ' ';
258 258
             }
259 259
             $last = $i;
260
-            $s .= '/'.$map[$i].' ';
260
+            $s .= '/' . $map[$i] . ' ';
261 261
         }
262 262
     }
263 263
     return rtrim($s);
@@ -265,9 +265,9 @@  discard block
 block discarded – undo
265 265
 
266 266
 function saveToFile($file, $s, $mode)
267 267
 {
268
-    $f = fopen($file, 'w'.$mode);
268
+    $f = fopen($file, 'w' . $mode);
269 269
     if (!$f) {
270
-        die('Can\'t write to file '.$file);
270
+        die('Can\'t write to file ' . $file);
271 271
     }
272 272
     fwrite($f, $s, strlen($s));
273 273
     fclose($f);
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
     //Check if font license allows embedding
291 291
     $f = fopen($file, 'rb');
292 292
     if (!$f) {
293
-        die('<b>Error:</b> Can\'t open '.$file);
293
+        die('<b>Error:</b> Can\'t open ' . $file);
294 294
     }
295 295
     //Extract number of tables
296 296
     fseek($f, 4, SEEK_CUR);
@@ -298,8 +298,8 @@  discard block
 block discarded – undo
298 298
     fseek($f, 6, SEEK_CUR);
299 299
     //Seek OS/2 table
300 300
     $found = false;
301
-    for ($i=0; $i<$nb; $i++) {
302
-        if (fread($f, 4)=='OS/2') {
301
+    for ($i = 0; $i < $nb; $i++) {
302
+        if (fread($f, 4) == 'OS/2') {
303 303
             $found = true;
304 304
             break;
305 305
         }
@@ -315,9 +315,9 @@  discard block
 block discarded – undo
315 315
     //Extract fsType flags
316 316
     fseek($f, 8, SEEK_CUR);
317 317
     $fsType = readShort($f);
318
-    $rl = ($fsType & 0x02)!=0;
319
-    $pp = ($fsType & 0x04)!=0;
320
-    $e = ($fsType & 0x08)!=0;
318
+    $rl = ($fsType & 0x02) != 0;
319
+    $pp = ($fsType & 0x04) != 0;
320
+    $e = ($fsType & 0x08) != 0;
321 321
     fclose($f);
322 322
     if ($rl && !$pp && !$e) {
323 323
         echo '<b>Warning:</b> font license does not allow embedding';
@@ -341,71 +341,71 @@  discard block
 block discarded – undo
341 341
     if ($enc) {
342 342
         $map = readMap($enc);
343 343
         foreach ($patch as $cc => $gn) {
344
-            $map[$cc]=$gn;
344
+            $map[$cc] = $gn;
345 345
         }
346 346
     } else {
347
-        $map=array();
347
+        $map = array();
348 348
     }
349 349
     if (!file_exists($afmfile)) {
350
-        die('<b>Error:</b> AFM file not found: '.$afmfile);
350
+        die('<b>Error:</b> AFM file not found: ' . $afmfile);
351 351
     }
352 352
     $fm = readAFM($afmfile, $map);
353 353
     if ($enc) {
354 354
         $diff = makeFontEncoding($map);
355 355
     } else {
356
-        $diff='';
356
+        $diff = '';
357 357
     }
358 358
     $fd = makeFontDescriptor($fm, empty($map));
359 359
     //Find font type
360 360
     if ($fontfile) {
361 361
         $ext = strtolower(substr($fontfile, -3));
362 362
         if ($ext == 'ttf') {
363
-            $type='TrueType';
363
+            $type = 'TrueType';
364 364
         } elseif ($ext == 'pfb') {
365 365
             $type = 'Type1';
366 366
         } else {
367
-            die('<b>Error:</b> unrecognized font file extension: '.$ext);
367
+            die('<b>Error:</b> unrecognized font file extension: ' . $ext);
368 368
         }
369 369
     } else {
370
-        if ($type!='TrueType' && $type!='Type1') {
371
-            die('<b>Error:</b> incorrect font type: '.$type);
370
+        if ($type != 'TrueType' && $type != 'Type1') {
371
+            die('<b>Error:</b> incorrect font type: ' . $type);
372 372
         }
373 373
     }
374 374
     //Start generation
375
-    $s = '<?php'."\n";
376
-    $s .= '$type=\''.$type."';\n";
377
-    $s .= '$name=\''.$fm['FontName']."';\n";
378
-    $s .= '$desc='.$fd.";\n";
375
+    $s = '<?php' . "\n";
376
+    $s .= '$type=\'' . $type . "';\n";
377
+    $s .= '$name=\'' . $fm['FontName'] . "';\n";
378
+    $s .= '$desc=' . $fd . ";\n";
379 379
     if (!isset($fm['UnderlinePosition'])) {
380 380
         $fm['UnderlinePosition'] = -100;
381 381
     }
382 382
     if (!isset($fm['UnderlineThickness'])) {
383 383
         $fm['UnderlineThickness'] = 50;
384 384
     }
385
-    $s .= '$up='.$fm['UnderlinePosition'].";\n";
386
-    $s .= '$ut='.$fm['UnderlineThickness'].";\n";
385
+    $s .= '$up=' . $fm['UnderlinePosition'] . ";\n";
386
+    $s .= '$ut=' . $fm['UnderlineThickness'] . ";\n";
387 387
     $w = makeWidthArray($fm);
388
-    $s .= '$cw='.$w.";\n";
389
-    $s .= '$enc=\''.$enc."';\n";
390
-    $s.= '$diff=\''.$diff."';\n";
388
+    $s .= '$cw=' . $w . ";\n";
389
+    $s .= '$enc=\'' . $enc . "';\n";
390
+    $s .= '$diff=\'' . $diff . "';\n";
391 391
     $basename = substr(basename($afmfile), 0, -4);
392 392
     if ($fontfile) {
393 393
         //Embedded font
394 394
         if (!file_exists($fontfile)) {
395
-            die('<b>Error:</b> font file not found: '.$fontfile);
395
+            die('<b>Error:</b> font file not found: ' . $fontfile);
396 396
         }
397
-        if ($type=='TrueType') {
397
+        if ($type == 'TrueType') {
398 398
             checkTTF($fontfile);
399 399
         }
400 400
         $f = fopen($fontfile, 'rb');
401 401
         if (!$f) {
402
-            die('<b>Error:</b> Can\'t open '.$fontfile);
402
+            die('<b>Error:</b> Can\'t open ' . $fontfile);
403 403
         }
404 404
         $file = fread($f, filesize($fontfile));
405 405
         fclose($f);
406 406
         if ($type == 'Type1') {
407 407
             //Find first two sections and discard third one
408
-            $header = (ord($file[0])==128);
408
+            $header = (ord($file[0]) == 128);
409 409
             if ($header) {
410 410
                 //Strip first binary header
411 411
                 $file = substr($file, 6);
@@ -414,38 +414,38 @@  discard block
 block discarded – undo
414 414
             if (!$pos) {
415 415
                 die('<b>Error:</b> font file does not seem to be valid Type1');
416 416
             }
417
-            $size1 = $pos+6;
418
-            if ($header && ord($file[$size1])==128) {
417
+            $size1 = $pos + 6;
418
+            if ($header && ord($file[$size1]) == 128) {
419 419
                 //Strip second binary header
420
-                $file = substr($file, 0, $size1).substr($file, $size1+6);
420
+                $file = substr($file, 0, $size1) . substr($file, $size1 + 6);
421 421
             }
422 422
             $pos = strpos($file, '00000000');
423 423
             if (!$pos) {
424 424
                 die('<b>Error:</b> font file does not seem to be valid Type1');
425 425
             }
426
-            $size2 = $pos-$size1;
427
-            $file = substr($file, 0, $size1+$size2);
426
+            $size2 = $pos - $size1;
427
+            $file = substr($file, 0, $size1 + $size2);
428 428
         }
429 429
         if (function_exists('gzcompress')) {
430
-            $cmp=$basename.'.z';
430
+            $cmp = $basename . '.z';
431 431
             saveToFile($cmp, gzcompress($file), 'b');
432
-            $s .= '$file=\''.$cmp."';\n";
433
-            echo 'Font file compressed ('.$cmp.')<br>';
432
+            $s .= '$file=\'' . $cmp . "';\n";
433
+            echo 'Font file compressed (' . $cmp . ')<br>';
434 434
         } else {
435
-            $s .= '$file=\''.basename($fontfile)."';\n";
435
+            $s .= '$file=\'' . basename($fontfile) . "';\n";
436 436
             echo '<b>Notice:</b> font file could not be compressed (zlib extension not available)<br>';
437 437
         }
438 438
         if ($type == 'Type1') {
439
-            $s .= '$size1='.$size1.";\n";
440
-            $s .= '$size2='.$size2.";\n";
439
+            $s .= '$size1=' . $size1 . ";\n";
440
+            $s .= '$size2=' . $size2 . ";\n";
441 441
         } else {
442
-            $s .= '$originalsize='.filesize($fontfile).";\n";
442
+            $s .= '$originalsize=' . filesize($fontfile) . ";\n";
443 443
         }
444 444
     } else {
445 445
         //Not embedded font
446
-        $s .= '$file='."'';\n";
446
+        $s .= '$file=' . "'';\n";
447 447
     }
448
-    $s.="?>\n";
449
-    saveToFile($basename.'.php', $s, 't');
450
-    echo 'Font definition file generated ('.$basename.'.php'.')<br>';
448
+    $s .= "?>\n";
449
+    saveToFile($basename . '.php', $s, 't');
450
+    echo 'Font definition file generated (' . $basename . '.php' . ')<br>';
451 451
 }
Please login to merge, or discard this patch.
src/MDFe/Damdfe.php 2 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
      * @param string $sPathLogo Caminho para o arquivo do logo
72 72
      * @param string $sDestino Estabelece a direção do envio do documento PDF I-browser D-browser com download S-
73 73
      * @param string $sDirPDF Caminho para o diretorio de armazenamento dos arquivos PDF
74
-     * @param string $fonteDAMDFE Nome da fonte alternativa do DAnfe
74
+     * @param string $fontePDF Nome da fonte alternativa do DAnfe
75 75
      * @param integer $mododebug 0-Não 1-Sim e 2-nada (2 default)
76 76
      */
77 77
     public function __construct(
@@ -264,7 +264,7 @@  discard block
 block discarded – undo
264 264
      * @param float $x
265 265
      * @param float $y
266 266
      * @param integer $pag
267
-     * @return string
267
+     * @return double
268 268
      */
269 269
     private function headerMDFePaisagem($x, $y, $pag)
270 270
     {
@@ -429,7 +429,7 @@  discard block
 block discarded – undo
429 429
      * @param float $x
430 430
      * @param float $y
431 431
      * @param integer $pag
432
-     * @return string
432
+     * @return double
433 433
      */
434 434
     private function headerMDFeRetrato($x, $y, $pag)
435 435
     {
@@ -592,7 +592,7 @@  discard block
 block discarded – undo
592 592
      *
593 593
      * @param float $x
594 594
      * @param float $y
595
-     * @return void
595
+     * @return double
596 596
      */
597 597
     private function bodyMDFe($x, $y)
598 598
     {
Please login to merge, or discard this patch.
Spacing   +162 added lines, -162 removed lines patch added patch discarded remove patch
@@ -22,25 +22,25 @@  discard block
 block discarded – undo
22 22
 class Damdfe extends Common
23 23
 {
24 24
     //publicas
25
-    public $logoAlign='L'; //alinhamento do logo
26
-    public $yDados=0;
27
-    public $debugMode=0; //ativa ou desativa o modo de debug
25
+    public $logoAlign = 'L'; //alinhamento do logo
26
+    public $yDados = 0;
27
+    public $debugMode = 0; //ativa ou desativa o modo de debug
28 28
     //privadas
29 29
     protected $pdf; // objeto fpdf()
30 30
     protected $xml; // string XML NFe
31
-    protected $logomarca=''; // path para logomarca em jpg
32
-    protected $errMsg=''; // mesagens de erro
33
-    protected $errStatus=false;// status de erro TRUE um erro ocorreu false sem erros
34
-    protected $orientacao='P'; //orientação da DANFE P-Retrato ou L-Paisagem
35
-    protected $papel='A4'; //formato do papel
31
+    protected $logomarca = ''; // path para logomarca em jpg
32
+    protected $errMsg = ''; // mesagens de erro
33
+    protected $errStatus = false; // status de erro TRUE um erro ocorreu false sem erros
34
+    protected $orientacao = 'P'; //orientação da DANFE P-Retrato ou L-Paisagem
35
+    protected $papel = 'A4'; //formato do papel
36 36
     //destivo do arquivo pdf I-borwser, S-retorna o arquivo, D-força download, F-salva em arquivo local
37 37
     protected $destino = 'I';
38
-    protected $pdfDir=''; //diretorio para salvar o pdf com a opção de destino = F
39
-    protected $fontePadrao='Times'; //Nome da Fonte para gerar o DANFE
38
+    protected $pdfDir = ''; //diretorio para salvar o pdf com a opção de destino = F
39
+    protected $fontePadrao = 'Times'; //Nome da Fonte para gerar o DANFE
40 40
     protected $version = '1.0.0';
41 41
     protected $wPrint; //largura imprimivel
42 42
     protected $hPrint; //comprimento imprimivel
43
-    protected $formatoChave="#### #### #### #### #### #### #### #### #### #### ####";
43
+    protected $formatoChave = "#### #### #### #### #### #### #### #### #### #### ####";
44 44
     //variaveis da carta de correção
45 45
     protected $id;
46 46
     protected $chMDFe;
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
     ) {
86 86
         //define o caminho base da instalação do sistema
87 87
         if (!defined('PATH_ROOT')) {
88
-            define('PATH_ROOT', dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR);
88
+            define('PATH_ROOT', dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR);
89 89
         }
90 90
 //ajuste do tempo limite de resposta do processo
91 91
         set_time_limit(1800);
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
             $this->infMDFe->getAttribute("Id")
192 192
         );
193 193
         if (is_object($this->mdfeProc)) {
194
-            $this->nProt = ! empty($this->mdfeProc->getElementsByTagName("nProt")->item(0)->nodeValue) ?
194
+            $this->nProt = !empty($this->mdfeProc->getElementsByTagName("nProt")->item(0)->nodeValue) ?
195 195
                     $this->mdfeProc->getElementsByTagName("nProt")->item(0)->nodeValue : '';
196 196
             $this->dhRecbto = $this->mdfeProc->getElementsByTagName("dhRecbto")->item(0)->nodeValue;
197 197
         }
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
             // posição inicial do relatorio
212 212
             $xInic = 7;
213 213
             $yInic = 7;
214
-            if ($this->papel =='A4') { //A4 210x297mm
214
+            if ($this->papel == 'A4') { //A4 210x297mm
215 215
                 $maxW = 210;
216 216
                 $maxH = 297;
217 217
             }
@@ -223,15 +223,15 @@  discard block
 block discarded – undo
223 223
             // posição inicial do relatorio
224 224
             $xInic = 7;
225 225
             $yInic = 7;
226
-            if ($this->papel =='A4') { //A4 210x297mm
226
+            if ($this->papel == 'A4') { //A4 210x297mm
227 227
                 $maxH = 210;
228 228
                 $maxW = 297;
229 229
             }
230 230
         }//orientação
231 231
         //largura imprimivel em mm
232
-        $this->wPrint = $maxW-($margEsq+$xInic);
232
+        $this->wPrint = $maxW - ($margEsq + $xInic);
233 233
         //comprimento imprimivel em mm
234
-        $this->hPrint = $maxH-($margSup+$yInic);
234
+        $this->hPrint = $maxH - ($margSup + $yInic);
235 235
         // estabelece contagem de paginas
236 236
         $this->pdf->AliasNbPages();
237 237
         // fixa as margens
@@ -276,67 +276,67 @@  discard block
 block discarded – undo
276 276
         $w = $maxW; //round($maxW*0.41, 0);// 80;
277 277
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'B');
278 278
         $w1 = $w;
279
-        $h=30;
279
+        $h = 30;
280 280
         $oldY += $h;
281 281
         $this->pTextBox($x, $y, $w, $h);
282 282
         if (is_file($this->logomarca)) {
283 283
             $logoInfo = getimagesize($this->logomarca);
284 284
             //largura da imagem em mm
285
-            $logoWmm = ($logoInfo[0]/72)*25.4;
285
+            $logoWmm = ($logoInfo[0] / 72) * 25.4;
286 286
             //altura da imagem em mm
287
-            $logoHmm = ($logoInfo[1]/72)*25.4;
288
-            if ($this->logoAlign=='L') {
289
-                $nImgW = round($w/4.5, 0);
290
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
291
-                $xImg = $x+1;
292
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
287
+            $logoHmm = ($logoInfo[1] / 72) * 25.4;
288
+            if ($this->logoAlign == 'L') {
289
+                $nImgW = round($w / 4.5, 0);
290
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
291
+                $xImg = $x + 1;
292
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
293 293
                 //estabelecer posições do texto
294
-                $x1 = round($xImg + $nImgW +1, 0);
295
-                $y1 = round($y+2, 0);
296
-                $tw = round(2*$w/3, 0);
294
+                $x1 = round($xImg + $nImgW + 1, 0);
295
+                $y1 = round($y + 2, 0);
296
+                $tw = round(2 * $w / 3, 0);
297 297
             }
298
-            if ($this->logoAlign=='C') {
299
-                $nImgH = round($h/3, 0);
300
-                $nImgW = round($logoWmm * ($nImgH/$logoHmm), 0);
301
-                $xImg = round(($w-$nImgW)/2+$x, 0);
302
-                $yImg = $y+3;
298
+            if ($this->logoAlign == 'C') {
299
+                $nImgH = round($h / 3, 0);
300
+                $nImgW = round($logoWmm * ($nImgH / $logoHmm), 0);
301
+                $xImg = round(($w - $nImgW) / 2 + $x, 0);
302
+                $yImg = $y + 3;
303 303
                 $x1 = $x;
304 304
                 $y1 = round($yImg + $nImgH + 1, 0);
305 305
                 $tw = $w;
306 306
             }
307
-            if ($this->logoAlign=='R') {
308
-                $nImgW = round($w/3, 0);
309
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
310
-                $xImg = round($x+($w-(1+$nImgW)), 0);
311
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
307
+            if ($this->logoAlign == 'R') {
308
+                $nImgW = round($w / 3, 0);
309
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
310
+                $xImg = round($x + ($w - (1 + $nImgW)), 0);
311
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
312 312
                 $x1 = $x;
313
-                $y1 = round($h/3+$y, 0);
314
-                $tw = round(2*$w/3, 0);
313
+                $y1 = round($h / 3 + $y, 0);
314
+                $tw = round(2 * $w / 3, 0);
315 315
             }
316 316
             $this->pdf->Image($this->logomarca, $xImg, $yImg, $nImgW, $nImgH, 'jpeg');
317 317
         } else {
318 318
             $x1 = $x;
319
-            $y1 = round($h/3+$y, 0);
319
+            $y1 = round($h / 3 + $y, 0);
320 320
             $tw = $w;
321 321
         }
322 322
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
323 323
         $razao = $this->xNome;
324
-        $cnpj = 'CNPJ: '.$this->pFormat($this->CNPJ, "###.###.###/####-##");
325
-        $ie = 'IE: '.$this->pFormat($this->IE, '##/########');
326
-        $lgr = 'Logradouro: '.$this->xLgr;
327
-        $nro = 'Nº: '.$this->nro;
328
-        $bairro = 'Bairro: '.$this->xBairro;
324
+        $cnpj = 'CNPJ: ' . $this->pFormat($this->CNPJ, "###.###.###/####-##");
325
+        $ie = 'IE: ' . $this->pFormat($this->IE, '##/########');
326
+        $lgr = 'Logradouro: ' . $this->xLgr;
327
+        $nro = 'Nº: ' . $this->nro;
328
+        $bairro = 'Bairro: ' . $this->xBairro;
329 329
         $CEP = $this->CEP;
330
-        $CEP = 'CEP: '.$this->pFormat($CEP, "##.###-###");
331
-        $UF = 'UF: '.$this->UF;
332
-        $mun = 'Municipio: '.$this->xMun;
330
+        $CEP = 'CEP: ' . $this->pFormat($CEP, "##.###-###");
331
+        $UF = 'UF: ' . $this->UF;
332
+        $mun = 'Municipio: ' . $this->xMun;
333 333
         
334 334
         $texto = $razao . "\n" . $cnpj . ' - ' . $ie . "\n";
335 335
         $texto .= $lgr . ' - ' . $nro . "\n";
336 336
         $texto .= $bairro . "\n";
337 337
         $texto .= $UF . ' - ' . $mun . ' - ' . $CEP;
338
-        $this->pTextBox($x1, $y1+5, $tw, 8, $texto, $aFont, 'T', 'L', 0, '');
339
-        $x = $x+$maxW/2;
338
+        $this->pTextBox($x1, $y1 + 5, $tw, 8, $texto, $aFont, 'T', 'L', 0, '');
339
+        $x = $x + $maxW / 2;
340 340
         $w = $maxW / 2;
341 341
         $this->pTextBox($x, $y, $w, $h);
342 342
         $aFont = array('font'=>$this->fontePadrao, 'size'=>12, 'style'=>'I');
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
         $bH = 13;
357 357
         $bW = round(($w), 0);
358 358
         $this->pdf->SetFillColor(0, 0, 0);
359
-        $this->pdf->Code128($x+5, $y+7.5, $this->chMDFe, $bW-10, $bH);
359
+        $this->pdf->Code128($x + 5, $y + 7.5, $this->chMDFe, $bW - 10, $bH);
360 360
         $this->pdf->SetFillColor(255, 255, 255);
361 361
         $y = $y + 22;
362 362
         $this->pTextBox($x, $y, $w, 8);
@@ -366,7 +366,7 @@  discard block
 block discarded – undo
366 366
         $this->pTextBox($x, $y, $maxW, 6, $texto, $aFont, 'T', 'L', 0, '');
367 367
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
368 368
         $texto = $this->pFormat($this->chMDFe, $this->formatoChave);
369
-        $this->pTextBox($x, $y+3, $w, 6, $texto, $aFont, 'T', 'C', 0, '');
369
+        $this->pTextBox($x, $y + 3, $w, 6, $texto, $aFont, 'T', 'C', 0, '');
370 370
         $y = $y + 11;
371 371
         $this->pTextBox($x, $y, $w, 12);
372 372
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'I');
@@ -376,37 +376,37 @@  discard block
 block discarded – undo
376 376
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
377 377
         if (is_object($this->mdfeProc)) {
378 378
             $tsHora = $this->pConvertTime($this->dhRecbto);
379
-            $texto = $this->nProt.' - '.date('d/m/Y   H:i:s', $tsHora);
379
+            $texto = $this->nProt . ' - ' . date('d/m/Y   H:i:s', $tsHora);
380 380
         } else {
381
-            $texto = 'DAMDFE impresso em contingência - '.date('d/m/Y   H:i:s');
381
+            $texto = 'DAMDFE impresso em contingência - ' . date('d/m/Y   H:i:s');
382 382
         }
383
-        $this->pTextBox($x, $y+4, $w, 8, $texto, $aFont, 'T', 'C', 0, '');
383
+        $this->pTextBox($x, $y + 4, $w, 8, $texto, $aFont, 'T', 'C', 0, '');
384 384
         if ($this->tpAmb != 1) {
385 385
             $x = 10;
386 386
             if ($this->orientacao == 'P') {
387
-                $yy = round($this->hPrint*2/3, 0);
387
+                $yy = round($this->hPrint * 2 / 3, 0);
388 388
             } else {
389
-                $yy = round($this->hPrint/2, 0);
389
+                $yy = round($this->hPrint / 2, 0);
390 390
             }
391 391
             $h = 5;
392
-            $w = $maxW-(2*$x);
392
+            $w = $maxW - (2 * $x);
393 393
             $this->pdf->SetTextColor(90, 90, 90);
394 394
             $texto = "SEM VALOR FISCAL";
395 395
             $aFont = array('font'=>$this->fontePadrao, 'size'=>48, 'style'=>'B');
396 396
             $this->pTextBox($x, $yy, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
397 397
             $aFont = array('font'=>$this->fontePadrao, 'size'=>30, 'style'=>'B');
398 398
             $texto = "AMBIENTE DE HOMOLOGAÇÃO";
399
-            $this->pTextBox($x, $yy+14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
399
+            $this->pTextBox($x, $yy + 14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
400 400
             $this->pdf->SetTextColor(0, 0, 0);
401 401
         } else {
402 402
             $x = 10;
403 403
             if ($this->orientacao == 'P') {
404
-                $yy = round($this->hPrint*2/3, 0);
404
+                $yy = round($this->hPrint * 2 / 3, 0);
405 405
             } else {
406
-                $yy = round($this->hPrint/2, 0);
406
+                $yy = round($this->hPrint / 2, 0);
407 407
             }//fim orientacao
408 408
             $h = 5;
409
-            $w = $maxW-(2*$x);
409
+            $w = $maxW - (2 * $x);
410 410
             $this->pdf->SetTextColor(90, 90, 90);
411 411
             //indicar FALTA DO PROTOCOLO se MDFe não for em contingência
412 412
             if (($this->tpEmis == 2 || $this->tpEmis == 5)) {
@@ -416,7 +416,7 @@  discard block
 block discarded – undo
416 416
                 $this->pTextBox($x, $yy, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
417 417
                 $aFont = array('font'=>$this->fontePadrao, 'size'=>30, 'style'=>'B');
418 418
                 $texto = "devido à problemas técnicos";
419
-                $this->pTextBox($x, $yy+12, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
419
+                $this->pTextBox($x, $yy + 12, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
420 420
             }
421 421
             $this->pdf->SetTextColor(0, 0, 0);
422 422
         }
@@ -441,60 +441,60 @@  discard block
 block discarded – undo
441 441
         $w = $maxW; //round($maxW*0.41, 0);// 80;
442 442
         $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
443 443
         $w1 = $w;
444
-        $h=20;
444
+        $h = 20;
445 445
         $oldY += $h;
446 446
         $this->pTextBox($x, $y, $w, $h);
447 447
         if (is_file($this->logomarca)) {
448 448
             $logoInfo = getimagesize($this->logomarca);
449 449
             //largura da imagem em mm
450
-            $logoWmm = ($logoInfo[0]/72)*25.4;
450
+            $logoWmm = ($logoInfo[0] / 72) * 25.4;
451 451
             //altura da imagem em mm
452
-            $logoHmm = ($logoInfo[1]/72)*25.4;
453
-            if ($this->logoAlign=='L') {
454
-                $nImgW = round($w/8, 0);
455
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
456
-                $xImg = $x+1;
457
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
452
+            $logoHmm = ($logoInfo[1] / 72) * 25.4;
453
+            if ($this->logoAlign == 'L') {
454
+                $nImgW = round($w / 8, 0);
455
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
456
+                $xImg = $x + 1;
457
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
458 458
                 //estabelecer posições do texto
459
-                $x1 = round($xImg + $nImgW +1, 0);
460
-                $y1 = round($y+2, 0);
461
-                $tw = round(2*$w/3, 0);
459
+                $x1 = round($xImg + $nImgW + 1, 0);
460
+                $y1 = round($y + 2, 0);
461
+                $tw = round(2 * $w / 3, 0);
462 462
             }
463
-            if ($this->logoAlign=='C') {
464
-                $nImgH = round($h/3, 0);
465
-                $nImgW = round($logoWmm * ($nImgH/$logoHmm), 0);
466
-                $xImg = round(($w-$nImgW)/2+$x, 0);
467
-                $yImg = $y+3;
463
+            if ($this->logoAlign == 'C') {
464
+                $nImgH = round($h / 3, 0);
465
+                $nImgW = round($logoWmm * ($nImgH / $logoHmm), 0);
466
+                $xImg = round(($w - $nImgW) / 2 + $x, 0);
467
+                $yImg = $y + 3;
468 468
                 $x1 = $x;
469 469
                 $y1 = round($yImg + $nImgH + 1, 0);
470 470
                 $tw = $w;
471 471
             }
472
-            if ($this->logoAlign=='R') {
473
-                $nImgW = round($w/3, 0);
474
-                $nImgH = round($logoHmm * ($nImgW/$logoWmm), 0);
475
-                $xImg = round($x+($w-(1+$nImgW)), 0);
476
-                $yImg = round(($h-$nImgH)/2, 0)+$y;
472
+            if ($this->logoAlign == 'R') {
473
+                $nImgW = round($w / 3, 0);
474
+                $nImgH = round($logoHmm * ($nImgW / $logoWmm), 0);
475
+                $xImg = round($x + ($w - (1 + $nImgW)), 0);
476
+                $yImg = round(($h - $nImgH) / 2, 0) + $y;
477 477
                 $x1 = $x;
478
-                $y1 = round($h/3+$y, 0);
479
-                $tw = round(2*$w/3, 0);
478
+                $y1 = round($h / 3 + $y, 0);
479
+                $tw = round(2 * $w / 3, 0);
480 480
             }
481 481
             $this->pdf->Image($this->logomarca, $xImg, $yImg, $nImgW, $nImgH, 'jpeg');
482 482
         } else {
483
-            $x1 = $x+40;
483
+            $x1 = $x + 40;
484 484
             $y1 = $y;
485 485
             $tw = $w;
486 486
         }
487 487
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
488 488
         $razao = $this->xNome;
489
-        $cnpj = 'CNPJ: '.$this->pFormat($this->CNPJ, "###.###.###/####-##");
490
-        $ie = 'IE: '.$this->pFormat($this->IE, '###/#######');
491
-        $lgr = 'Logradouro: '.$this->xLgr;
492
-        $nro = 'Nº: '.$this->nro;
493
-        $bairro = 'Bairro: '.$this->xBairro;
489
+        $cnpj = 'CNPJ: ' . $this->pFormat($this->CNPJ, "###.###.###/####-##");
490
+        $ie = 'IE: ' . $this->pFormat($this->IE, '###/#######');
491
+        $lgr = 'Logradouro: ' . $this->xLgr;
492
+        $nro = 'Nº: ' . $this->nro;
493
+        $bairro = 'Bairro: ' . $this->xBairro;
494 494
         $CEP = $this->CEP;
495
-        $CEP = 'CEP: '.$this->pFormat($CEP, "##.###-###");
496
-        $mun = 'Municipio: '.$this->xMun;
497
-        $UF = 'UF: '.$this->UF;
495
+        $CEP = 'CEP: ' . $this->pFormat($CEP, "##.###-###");
496
+        $mun = 'Municipio: ' . $this->xMun;
497
+        $UF = 'UF: ' . $this->UF;
498 498
         $texto = $razao . "\n" . $cnpj . ' - ' . $ie . "\n";
499 499
         $texto .= $lgr . ' - ' . $nro . "\n";
500 500
         $texto .= $bairro . "\n";
@@ -521,7 +521,7 @@  discard block
 block discarded – undo
521 521
         $bH = 16;
522 522
         $w = $maxW;
523 523
         $this->pdf->SetFillColor(0, 0, 0);
524
-        $this->pdf->Code128($x + 5, $y+2, $this->chMDFe, $maxW - 10, $bH);
524
+        $this->pdf->Code128($x + 5, $y + 2, $this->chMDFe, $maxW - 10, $bH);
525 525
         $this->pdf->SetFillColor(255, 255, 255);
526 526
         $y = $y + 22;
527 527
         $this->pTextBox($x, $y, $maxW, 10);
@@ -531,7 +531,7 @@  discard block
 block discarded – undo
531 531
         $this->pTextBox($x, $y, $maxW, 6, $texto, $aFont, 'T', 'L', 0, '');
532 532
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
533 533
         $texto = $this->pFormat($this->chMDFe, $this->formatoChave);
534
-        $this->pTextBox($x, $y+4, $maxW, 6, $texto, $aFont, 'T', 'C', 0, '');
534
+        $this->pTextBox($x, $y + 4, $maxW, 6, $texto, $aFont, 'T', 'C', 0, '');
535 535
         $y = $y + 12;
536 536
         $this->pTextBox($x, $y, $maxW, 10);
537 537
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'I');
@@ -540,37 +540,37 @@  discard block
 block discarded – undo
540 540
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
541 541
         if (is_object($this->mdfeProc)) {
542 542
             $tsHora = $this->pConvertTime($this->dhRecbto);
543
-            $texto = $this->nProt.' - '.date('d/m/Y   H:i:s', $tsHora);
543
+            $texto = $this->nProt . ' - ' . date('d/m/Y   H:i:s', $tsHora);
544 544
         } else {
545
-            $texto = 'DAMDFE impresso em contingência - '.date('d/m/Y   H:i:s');
545
+            $texto = 'DAMDFE impresso em contingência - ' . date('d/m/Y   H:i:s');
546 546
         }
547
-        $this->pTextBox($x, $y+4, $maxW, 8, $texto, $aFont, 'T', 'C', 0, '');
547
+        $this->pTextBox($x, $y + 4, $maxW, 8, $texto, $aFont, 'T', 'C', 0, '');
548 548
         if ($this->tpAmb != 1) {
549 549
             $x = 10;
550 550
             if ($this->orientacao == 'P') {
551
-                $yy = round($this->hPrint*2/3, 0);
551
+                $yy = round($this->hPrint * 2 / 3, 0);
552 552
             } else {
553
-                $yy = round($this->hPrint/2, 0);
553
+                $yy = round($this->hPrint / 2, 0);
554 554
             }
555 555
             $h = 5;
556
-            $w = $maxW-(2*$x);
556
+            $w = $maxW - (2 * $x);
557 557
             $this->pdf->SetTextColor(90, 90, 90);
558 558
             $texto = "SEM VALOR FISCAL";
559 559
             $aFont = array('font'=>$this->fontePadrao, 'size'=>48, 'style'=>'B');
560 560
             $this->pTextBox($x, $yy, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
561 561
             $aFont = array('font'=>$this->fontePadrao, 'size'=>30, 'style'=>'B');
562 562
             $texto = "AMBIENTE DE HOMOLOGAÇÃO";
563
-            $this->pTextBox($x, $yy+14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
563
+            $this->pTextBox($x, $yy + 14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
564 564
             $this->pdf->SetTextColor(0, 0, 0);
565 565
         } else {
566 566
             $x = 10;
567 567
             if ($this->orientacao == 'P') {
568
-                $yy = round($this->hPrint*2/3, 0);
568
+                $yy = round($this->hPrint * 2 / 3, 0);
569 569
             } else {
570
-                $yy = round($this->hPrint/2, 0);
570
+                $yy = round($this->hPrint / 2, 0);
571 571
             }//fim orientacao
572 572
             $h = 5;
573
-            $w = $maxW-(2*$x);
573
+            $w = $maxW - (2 * $x);
574 574
             $this->pdf->SetTextColor(90, 90, 90);
575 575
             //indicar FALTA DO PROTOCOLO se MDFe não for em contingência
576 576
             if (($this->tpEmis == 2 || $this->tpEmis == 5)) {
@@ -580,11 +580,11 @@  discard block
 block discarded – undo
580 580
                 $this->pTextBox($x, $yy, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
581 581
                 $aFont = array('font'=>$this->fontePadrao, 'size'=>30, 'style'=>'B');
582 582
                 $texto = "devido à problemas técnicos";
583
-                $this->pTextBox($x, $yy+12, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
583
+                $this->pTextBox($x, $yy + 12, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
584 584
             }
585 585
             $this->pdf->SetTextColor(0, 0, 0);
586 586
         }
587
-        return $y+12;
587
+        return $y + 12;
588 588
     }// fim headerMDFe
589 589
     
590 590
     /**
@@ -603,64 +603,64 @@  discard block
 block discarded – undo
603 603
         }
604 604
         $x2 = ($maxW / 6);
605 605
         $x1 = $x2;
606
-        $this->pTextBox($x, $y, $x2-7, 12);
606
+        $this->pTextBox($x, $y, $x2 - 7, 12);
607 607
         $texto = 'Modelo';
608 608
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
609
-        $this->pTextBox($x, $y, $x2-7, 8, $texto, $aFont, 'T', 'L', 0, '', false);
609
+        $this->pTextBox($x, $y, $x2 - 7, 8, $texto, $aFont, 'T', 'L', 0, '', false);
610 610
         $texto = $this->mod;
611 611
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
612
-        $this->pTextBox($x, $y+4, $x2-7, 10, $texto, $aFont, 'T', 'C', 0, '', false);
612
+        $this->pTextBox($x, $y + 4, $x2 - 7, 10, $texto, $aFont, 'T', 'C', 0, '', false);
613 613
         $x1 = $x2;
614
-        $this->pTextBox($x1, $y, $x2-7, 12);
614
+        $this->pTextBox($x1, $y, $x2 - 7, 12);
615 615
         $texto = 'Série';
616 616
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
617
-        $this->pTextBox($x1, $y, $x2-7, 8, $texto, $aFont, 'T', 'L', 0, '', false);
617
+        $this->pTextBox($x1, $y, $x2 - 7, 8, $texto, $aFont, 'T', 'L', 0, '', false);
618 618
         $texto = $this->serie;
619 619
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
620
-        $this->pTextBox($x1, $y+4, $x2-7, 10, $texto, $aFont, 'T', 'C', 0, '', false);
621
-        $x1 += $x2-7;
622
-        $this->pTextBox($x1, $y, $x2+5, 12);
620
+        $this->pTextBox($x1, $y + 4, $x2 - 7, 10, $texto, $aFont, 'T', 'C', 0, '', false);
621
+        $x1 += $x2 - 7;
622
+        $this->pTextBox($x1, $y, $x2 + 5, 12);
623 623
         $texto = 'Número';
624 624
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
625
-        $this->pTextBox($x1, $y, $x2+5, 8, $texto, $aFont, 'T', 'L', 0, '', false);
625
+        $this->pTextBox($x1, $y, $x2 + 5, 8, $texto, $aFont, 'T', 'L', 0, '', false);
626 626
         $texto = $this->pFormat(str_pad($this->nMDF, 9, '0', STR_PAD_LEFT), '###.###.###');
627 627
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
628
-        $this->pTextBox($x1, $y+4, $x2+5, 10, $texto, $aFont, 'T', 'C', 0, '', false);
629
-        $x1 += $x2+5;
630
-        $this->pTextBox($x1, $y, $x2-7, 12);
628
+        $this->pTextBox($x1, $y + 4, $x2 + 5, 10, $texto, $aFont, 'T', 'C', 0, '', false);
629
+        $x1 += $x2 + 5;
630
+        $this->pTextBox($x1, $y, $x2 - 7, 12);
631 631
         $texto = 'FL';
632 632
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
633
-        $this->pTextBox($x1, $y, $x2-7, 8, $texto, $aFont, 'T', 'L', 0, '', false);
633
+        $this->pTextBox($x1, $y, $x2 - 7, 8, $texto, $aFont, 'T', 'L', 0, '', false);
634 634
         $texto = '1';
635 635
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
636
-        $this->pTextBox($x1, $y+4, $x2-7, 10, $texto, $aFont, 'T', 'C', 0, '', false);
637
-        $x1 += $x2-7;
638
-        $this->pTextBox($x1, $y, $x2+11, 12);
636
+        $this->pTextBox($x1, $y + 4, $x2 - 7, 10, $texto, $aFont, 'T', 'C', 0, '', false);
637
+        $x1 += $x2 - 7;
638
+        $this->pTextBox($x1, $y, $x2 + 11, 12);
639 639
         $texto = 'Data e Hora de Emissão';
640 640
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
641
-        $this->pTextBox($x1, $y, $x2+11, 8, $texto, $aFont, 'T', 'L', 0, '', false);
641
+        $this->pTextBox($x1, $y, $x2 + 11, 8, $texto, $aFont, 'T', 'L', 0, '', false);
642 642
         $data = explode('T', $this->dhEmi);
643
-        $texto = $this->pYmd2dmy($data[0]).' - '.$data[1];
643
+        $texto = $this->pYmd2dmy($data[0]) . ' - ' . $data[1];
644 644
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
645
-        $this->pTextBox($x1, $y+4, $x2+11, 10, $texto, $aFont, 'T', 'C', 0, '', false);
646
-        $x1 += $x2+11;
647
-        $this->pTextBox($x1, $y, $x2-15, 12);
645
+        $this->pTextBox($x1, $y + 4, $x2 + 11, 10, $texto, $aFont, 'T', 'C', 0, '', false);
646
+        $x1 += $x2 + 11;
647
+        $this->pTextBox($x1, $y, $x2 - 15, 12);
648 648
         $texto = 'UF Carreg.';
649 649
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
650
-        $this->pTextBox($x1, $y, $x2-15, 8, $texto, $aFont, 'T', 'L', 0, '', false);
650
+        $this->pTextBox($x1, $y, $x2 - 15, 8, $texto, $aFont, 'T', 'L', 0, '', false);
651 651
         $texto = $this->UFIni;
652 652
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
653
-        $this->pTextBox($x1, $y+4, $x2-15, 10, $texto, $aFont, 'T', 'C', 0, '', false);
653
+        $this->pTextBox($x1, $y + 4, $x2 - 15, 10, $texto, $aFont, 'T', 'C', 0, '', false);
654 654
         $maxW = $this->wPrint;
655 655
 
656
-        $x1 += $x2-15;
657
-        $this->pTextBox($x1, $y, $x2-13, 12);
656
+        $x1 += $x2 - 15;
657
+        $this->pTextBox($x1, $y, $x2 - 13, 12);
658 658
         $texto = 'UF Descar.';
659 659
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
660
-        $this->pTextBox($x1, $y, $x2-13, 8, $texto, $aFont, 'T', 'L', 0, '', false);
660
+        $this->pTextBox($x1, $y, $x2 - 13, 8, $texto, $aFont, 'T', 'L', 0, '', false);
661 661
         $texto = $this->UFFim;
662 662
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
663
-        $this->pTextBox($x1, $y+4, $x2-13, 10, $texto, $aFont, 'T', 'C', 0, '', false);
663
+        $this->pTextBox($x1, $y + 4, $x2 - 13, 10, $texto, $aFont, 'T', 'C', 0, '', false);
664 664
         $maxW = $this->wPrint;
665 665
 
666 666
 
@@ -671,7 +671,7 @@  discard block
 block discarded – undo
671 671
         $this->pTextBox($x1, $y, $x2, 23);
672 672
         $texto = 'Modal Rodoviário de Carga';
673 673
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'B');
674
-        $this->pTextBox($x1, $y+1, $x2, 8, $texto, $aFont, 'T', 'C', 0, '', false);
674
+        $this->pTextBox($x1, $y + 1, $x2, 8, $texto, $aFont, 'T', 'C', 0, '', false);
675 675
         $x1 = $x;
676 676
         $x2 = ($maxW / 6);
677 677
         $y += 6;
@@ -681,7 +681,7 @@  discard block
 block discarded – undo
681 681
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
682 682
         $texto = str_pad($this->qCTe, 3, '0', STR_PAD_LEFT);
683 683
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
684
-        $this->pTextBox($x1, $y+4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
684
+        $this->pTextBox($x1, $y + 4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
685 685
         $x1 += $x2;
686 686
         $this->pTextBox($x1, $y, $x2, 12);
687 687
         $texto = 'Qtd. NF-e';
@@ -689,7 +689,7 @@  discard block
 block discarded – undo
689 689
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
690 690
         $texto = str_pad($this->qNFe, 3, '0', STR_PAD_LEFT);
691 691
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
692
-        $this->pTextBox($x1, $y+4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
692
+        $this->pTextBox($x1, $y + 4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
693 693
         $x1 += $x2;
694 694
         $this->pTextBox($x1, $y, $x2, 12);
695 695
         $texto = 'Peso Total (Kg)';
@@ -697,7 +697,7 @@  discard block
 block discarded – undo
697 697
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
698 698
         $texto = number_format($this->qCarga, 4, ', ', '.');
699 699
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
700
-        $this->pTextBox($x1, $y+4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
700
+        $this->pTextBox($x1, $y + 4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
701 701
         $x1 = $x;
702 702
         $y += 12;
703 703
         $yold = $y;
@@ -714,7 +714,7 @@  discard block
 block discarded – undo
714 714
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
715 715
         $texto = $this->veicTracao->getElementsByTagName("placa")->item(0)->nodeValue;
716 716
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
717
-        $this->pTextBox($x1, $y+4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
717
+        $this->pTextBox($x1, $y + 4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
718 718
         $altura = $y + 4;
719 719
         /** @var \DOMNodeList $veicReboque */
720 720
         $veicReboque = $this->veicReboque;
@@ -736,7 +736,7 @@  discard block
 block discarded – undo
736 736
             $texto = "";
737 737
         }
738 738
         $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
739
-        $this->pTextBox($x1, $y+4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
739
+        $this->pTextBox($x1, $y + 4, $x2, 10, $texto, $aFont, 'T', 'C', 0, '', false);
740 740
         $altura = $y + 4;
741 741
         /** @var \DOMNodeList $veicReboque */
742 742
         $veicReboque = $this->veicReboque;
@@ -762,46 +762,46 @@  discard block
 block discarded – undo
762 762
         if (!$temVales) {
763 763
             $valesPedagios = 0;
764 764
         }
765
-        $this->pTextBox($x1, $y, $x2, 11+$tamanho/2);
765
+        $this->pTextBox($x1, $y, $x2, 11 + $tamanho / 2);
766 766
         $texto = 'Vale Pedágio';
767 767
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
768 768
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
769 769
         $y += 5;
770 770
         $x2 = ($x2 / 3);
771
-        $this->pTextBox($x1, $y, $x2-3, 6+($tamanho/2));
771
+        $this->pTextBox($x1, $y, $x2 - 3, 6 + ($tamanho / 2));
772 772
         $texto = 'Responsável CNPJ';
773 773
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
774
-        $this->pTextBox($x1, $y, $x2-4, 8, $texto, $aFont, 'T', 'L', 0, '', false);
774
+        $this->pTextBox($x1, $y, $x2 - 4, 8, $texto, $aFont, 'T', 'L', 0, '', false);
775 775
         $altura = $y;
776 776
         for ($i = 0; $i < $valesPedagios; $i++) {
777 777
             $altura += 4;
778 778
             $texto = $this->valePed->item($i)->getElementsByTagName('CNPJForn')->item(0)->nodeValue;
779 779
             $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
780
-            $this->pTextBox($x1 + 1, $altura, $x2-5, 10, $texto, $aFont, 'T', 'L', 0, '', false);
780
+            $this->pTextBox($x1 + 1, $altura, $x2 - 5, 10, $texto, $aFont, 'T', 'L', 0, '', false);
781 781
         }
782
-        $x1 += $x2-3;
783
-        $this->pTextBox($x1, $y, $x2-3, 6+($tamanho/2));
782
+        $x1 += $x2 - 3;
783
+        $this->pTextBox($x1, $y, $x2 - 3, 6 + ($tamanho / 2));
784 784
         $texto = 'Fornecedora CNPJ';
785 785
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
786
-        $this->pTextBox($x1, $y, $x2-4, 8, $texto, $aFont, 'T', 'L', 0, '', false);
786
+        $this->pTextBox($x1, $y, $x2 - 4, 8, $texto, $aFont, 'T', 'L', 0, '', false);
787 787
         $altura = $y;
788 788
         for ($i = 0; $i < $valesPedagios; $i++) {
789 789
             $altura += 4;
790 790
             $texto = $this->valePed->item($i)->getElementsByTagName('CNPJPg')->item(0)->nodeValue;
791 791
             $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
792
-            $this->pTextBox($x1 + 1, $altura, $x2-5, 10, $texto, $aFont, 'T', 'L', 0, '', false);
792
+            $this->pTextBox($x1 + 1, $altura, $x2 - 5, 10, $texto, $aFont, 'T', 'L', 0, '', false);
793 793
         }
794
-        $x1 += $x2-3;
795
-        $this->pTextBox($x1, $y, $x2+6, 6+($tamanho/2));
794
+        $x1 += $x2 - 3;
795
+        $this->pTextBox($x1, $y, $x2 + 6, 6 + ($tamanho / 2));
796 796
         $texto = 'Nº Comprovante';
797 797
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
798
-        $this->pTextBox($x1, $y, $x2+6, 8, $texto, $aFont, 'T', 'L', 0, '', false);
798
+        $this->pTextBox($x1, $y, $x2 + 6, 8, $texto, $aFont, 'T', 'L', 0, '', false);
799 799
         $altura = $y;
800 800
         for ($i = 0; $i < $valesPedagios; $i++) {
801 801
             $altura += 4;
802 802
             $texto = $this->valePed->item($i)->getElementsByTagName('nCompra')->item(0)->nodeValue;
803 803
             $aFont = array('font'=>$this->fontePadrao, 'size'=>10, 'style'=>'');
804
-            $this->pTextBox($x1 + 1, $altura, $x2+5, 10, $texto, $aFont, 'T', 'L', 0, '', false);
804
+            $this->pTextBox($x1 + 1, $altura, $x2 + 5, 10, $texto, $aFont, 'T', 'L', 0, '', false);
805 805
         }
806 806
         if (!$temVales) {
807 807
             $altura += 4;
@@ -815,7 +815,7 @@  discard block
 block discarded – undo
815 815
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
816 816
         $y += 5;
817 817
         $x2 = ($maxW / 4);
818
-        $this->pTextBox($x1, $y, $x2, 33+($tamanho/2));
818
+        $this->pTextBox($x1, $y, $x2, 33 + ($tamanho / 2));
819 819
         $texto = 'CPF';
820 820
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
821 821
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
@@ -828,7 +828,7 @@  discard block
 block discarded – undo
828 828
         }
829 829
         $y = $yold;
830 830
         $x1 += $x2;
831
-        $this->pTextBox($x1, $y, $x2, 33+($tamanho/2));
831
+        $this->pTextBox($x1, $y, $x2, 33 + ($tamanho / 2));
832 832
         $texto = 'Nome';
833 833
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
834 834
         $this->pTextBox($x1, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
@@ -855,9 +855,9 @@  discard block
 block discarded – undo
855 855
         '.$this->infCpl;
856 856
         $aFont = array('font'=>$this->fontePadrao, 'size'=>8, 'style'=>'');
857 857
         $this->pTextBox($x, $y, $x2, 8, $texto, $aFont, 'T', 'L', 0, '', false);
858
-        $y = $this->hPrint -4;
859
-        $texto = "Impresso em  ". date('d/m/Y   H:i:s');
860
-        $w = $this->wPrint-4;
858
+        $y = $this->hPrint - 4;
859
+        $texto = "Impresso em  " . date('d/m/Y   H:i:s');
860
+        $w = $this->wPrint - 4;
861 861
         $aFont = array('font'=>$this->fontePadrao, 'size'=>6, 'style'=>'I');
862 862
         $this->pTextBox($x, $y, $w, 4, $texto, $aFont, 'T', 'L', 0, '');
863 863
     }//fim footerCCe
@@ -874,9 +874,9 @@  discard block
 block discarded – undo
874 874
         //monta
875 875
         $command = '';
876 876
         if ($nome == '') {
877
-            $file = $this->pdfDir.'mdfe.pdf';
877
+            $file = $this->pdfDir . 'mdfe.pdf';
878 878
         } else {
879
-            $file = $this->pdfDir.$nome;
879
+            $file = $this->pdfDir . $nome;
880 880
         }
881 881
         if ($destino != 'I' && $destino != 'S' && $destino != 'F') {
882 882
             $destino = 'I';
Please login to merge, or discard this patch.
src/NFe/Daevento.php 3 patches
Doc Comments   +9 added lines, -10 removed lines patch added patch discarded remove patch
@@ -72,9 +72,9 @@  discard block
 block discarded – undo
72 72
      * @param string $sPathLogo   Caminho para o arquivo do logo
73 73
      * @param string $sDestino    Destino do PDF I-browser D-download S-string F-salva
74 74
      * @param string $sDirPDF     Caminho para o diretorio de armazenamento dos arquivos PDF
75
-     * @param string $fonteDANFE  Nome da fonte alternativa
75
+     * @param string $fontePDF  Nome da fonte alternativa
76 76
      * @param array  $aEnd        array com o endereço do emitente
77
-     * @param number $mododebug   0-Não 1-Sim e 2-nada (2 default)
77
+     * @param integer $mododebug   0-Não 1-Sim e 2-nada (2 default)
78 78
      */
79 79
     public function __construct(
80 80
         $docXML = '',
@@ -167,9 +167,8 @@  discard block
 block discarded – undo
167 167
      * @param  string  $orientacao
168 168
      * @param  string  $papel
169 169
      * @param  string  $logoAlign
170
-     * @param  int     $situacao_externa
171 170
      * @param  boolean $classe_pdf
172
-     * @return number
171
+     * @return string
173 172
      */
174 173
     public function monta($orientacao = '', $papel = 'A4', $logoAlign = 'C', $classe_pdf = false)
175 174
     {
@@ -264,9 +263,9 @@  discard block
 block discarded – undo
264 263
 
265 264
     /**
266 265
      * pHeader
267
-     * @param  number $x
268
-     * @param  number $y
269
-     * @param  number $pag
266
+     * @param  integer $x
267
+     * @param  integer $y
268
+     * @param  integer $pag
270 269
      * @return number
271 270
      */
272 271
     private function pHeader($x, $y, $pag)
@@ -496,8 +495,8 @@  discard block
 block discarded – undo
496 495
     /**
497 496
      * pBody
498 497
      *
499
-     * @param number $x
500
-     * @param number $y
498
+     * @param integer $x
499
+     * @param double $y
501 500
      */
502 501
     private function pBody($x, $y)
503 502
     {
@@ -523,7 +522,7 @@  discard block
 block discarded – undo
523 522
     /**
524 523
      * pFooter
525 524
      *
526
-     * @param number $x
525
+     * @param integer $x
527 526
      * @param number $y
528 527
      */
529 528
     private function pFooter($x, $y)
Please login to merge, or discard this patch.
Spacing   +16 added lines, -18 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
         $this->retEvento = $this->dom->getElementsByTagName("retEvento")->item(0);
135 135
         $this->rinfEvento = $this->retEvento->getElementsByTagName("infEvento")->item(0);
136 136
         $this->tpEvento = $this->infEvento->getElementsByTagName("tpEvento")->item(0)->nodeValue;
137
-        if (!in_array($this->tpEvento, ['110110','110111'])) {
137
+        if (!in_array($this->tpEvento, ['110110', '110111'])) {
138 138
             $this->errMsg = 'Evento não implementado ' . $tpEvento . ' !!';
139 139
             $this->errStatus = true;
140 140
             return false;
@@ -154,11 +154,9 @@  discard block
 block discarded – undo
154 154
         $this->cStat = $this->rinfEvento->getElementsByTagName("cStat")->item(0)->nodeValue;
155 155
         $this->xMotivo = $this->rinfEvento->getElementsByTagName("xMotivo")->item(0)->nodeValue;
156 156
         $this->CNPJDest = !empty($this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue) ?
157
-            $this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue :
158
-            '';
157
+            $this->rinfEvento->getElementsByTagName("CNPJDest")->item(0)->nodeValue : '';
159 158
         $this->CPFDest = !empty($this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue) ?
160
-            $this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue :
161
-            '';
159
+            $this->rinfEvento->getElementsByTagName("CPFDest")->item(0)->nodeValue : '';
162 160
         $this->dhRegEvento = $this->rinfEvento->getElementsByTagName("dhRegEvento")->item(0)->nodeValue;
163 161
         $this->nProt = $this->rinfEvento->getElementsByTagName("nProt")->item(0)->nodeValue;
164 162
     }
@@ -280,9 +278,9 @@  discard block
 block discarded – undo
280 278
         // coluna esquerda identificação do emitente
281 279
         $w = round($maxW * 0.41, 0); // 80;
282 280
         if ($this->orientacao == 'P') {
283
-            $aFont = ['font' => $this->fontePadrao,'size' => 6,'style' => 'I'];
281
+            $aFont = ['font' => $this->fontePadrao, 'size' => 6, 'style' => 'I'];
284 282
         } else {
285
-            $aFont = ['font' => $this->fontePadrao,'size' => 8,'style' => 'B'];
283
+            $aFont = ['font' => $this->fontePadrao, 'size' => 8, 'style' => 'B'];
286 284
         }
287 285
         $w1 = $w;
288 286
         $h = 32;
@@ -434,7 +432,7 @@  discard block
 block discarded – undo
434 432
                     . 'abaixo referenciada, está cancelada, solicitamos que sejam '
435 433
                     . 'aplicadas essas correções ao executar seus lançamentos fiscais.';
436 434
         }
437
-        $aFont = ['font' => $this->fontePadrao,'size' => 10,'style' => ''];
435
+        $aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => ''];
438 436
         $this->pTextBox($x + 5, $y1, $maxW - 5, 20, $texto, $aFont, 'T', 'L', 0, '', false);
439 437
         // ############################################
440 438
         $x = $oldX;
@@ -445,7 +443,7 @@  discard block
 block discarded – undo
445 443
         if ($this->CPFDest != '') {
446 444
             $texto = 'CPF do Destinatário: ' . $this->pFormat($this->CPFDest, "###.###.###-##");
447 445
         }
448
-        $aFont = ['font' => $this->fontePadrao,'size' => 12,'style' => 'B'];
446
+        $aFont = ['font' => $this->fontePadrao, 'size' => 12, 'style' => 'B'];
449 447
         $this->pTextBox($x + 2, $y + 13, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
450 448
         $numNF = substr($this->chNFe, 25, 9);
451 449
         $serie = substr($this->chNFe, 22, 3);
@@ -461,7 +459,7 @@  discard block
 block discarded – undo
461 459
         $this->pdf->Code128($x + (($w - $bW) / 2), $y + 2, $this->chNFe, $bW, $bH);
462 460
         $this->pdf->SetFillColor(255, 255, 255);
463 461
         $y1 = $y + 2 + $bH;
464
-        $aFont = ['font' => $this->fontePadrao,'size' => 10,'style' => ''];
462
+        $aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => ''];
465 463
         $texto = $this->pFormat($this->chNFe, $this->formatoChave);
466 464
         $this->pTextBox($x, $y1, $w - 2, $h, $texto, $aFont, 'T', 'C', 0, '');
467 465
         $retVal = $sY + 2;
@@ -469,7 +467,7 @@  discard block
 block discarded – undo
469 467
             $x = $oldX;
470 468
             $this->pTextBox($x, $sY, $maxW, 15);
471 469
             $texto = $this->xCondUso;
472
-            $aFont = ['font' => $this->fontePadrao,'size' => 8,'style' => 'I'];
470
+            $aFont = ['font' => $this->fontePadrao, 'size' => 8, 'style' => 'I'];
473 471
             $this->pTextBox($x + 2, $sY + 2, $maxW - 2, 15, $texto, $aFont, 'T', 'L', 0, '', false);
474 472
             $retVal = $sY + 2;
475 473
         }
@@ -485,9 +483,9 @@  discard block
 block discarded – undo
485 483
             $w = $maxW - (2 * $x);
486 484
             $this->pdf->setTextColor(90, 90, 90);
487 485
             $texto = "SEM VALOR FISCAL";
488
-            $aFont = ['font' => $this->fontePadrao,'size' => 48,'style' => 'B'];
486
+            $aFont = ['font' => $this->fontePadrao, 'size' => 48, 'style' => 'B'];
489 487
             $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
490
-            $aFont = ['font' => $this->fontePadrao,'size' => 30,'style' => 'B'];
488
+            $aFont = ['font' => $this->fontePadrao, 'size' => 30, 'style' => 'B'];
491 489
             $texto = "AMBIENTE DE HOMOLOGAÇÃO";
492 490
             $this->pTextBox($x, $y + 14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
493 491
             $this->pdf->setTextColor(0, 0, 0);
@@ -509,7 +507,7 @@  discard block
 block discarded – undo
509 507
         } else {
510 508
             $texto = 'JUSTIFICATIVA DO CANCELAMENTO';
511 509
         }
512
-        $aFont = ['font' => $this->fontePadrao,'size' => 10,'style' => 'B'];
510
+        $aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => 'B'];
513 511
         $this->pTextBox($x, $y, $maxW, 5, $texto, $aFont, 'T', 'L', 0, '', false);
514 512
         $y += 5;
515 513
         $this->pTextBox($x, $y, $maxW, 190);
@@ -518,7 +516,7 @@  discard block
 block discarded – undo
518 516
         } elseif ($this->tpEvento == '110111') {
519 517
             $texto = $this->xJust;
520 518
         }
521
-        $aFont = ['font' => $this->fontePadrao,'size' => 12,'style' => 'B'];
519
+        $aFont = ['font' => $this->fontePadrao, 'size' => 12, 'style' => 'B'];
522 520
         $this->pTextBox($x + 2, $y + 2, $maxW - 2, 150, $texto, $aFont, 'T', 'L', 0, '', false);
523 521
     }
524 522
 
@@ -543,15 +541,15 @@  discard block
 block discarded – undo
543 541
                     . "eletrônico XML e pode ser consultada através dos Portais "
544 542
                     . "das SEFAZ.";
545 543
         }
546
-        $aFont = ['font' => $this->fontePadrao,'size' => 10,'style' => 'I'];
544
+        $aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => 'I'];
547 545
         $this->pTextBox($x, $y, $w, 20, $texto, $aFont, 'T', 'C', 0, '', false);
548 546
         $y = $this->hPrint - 4;
549 547
         $texto = "Impresso em  " . date('d/m/Y   H:i:s');
550 548
         $w = $this->wPrint - 4;
551
-        $aFont = ['font' => $this->fontePadrao,'size' => 6,'style' => 'I'];
549
+        $aFont = ['font' => $this->fontePadrao, 'size' => 6, 'style' => 'I'];
552 550
         $this->pTextBox($x, $y, $w, 4, $texto, $aFont, 'T', 'L', 0, '');
553 551
         $texto = "Daevento ver. " . $this->version . "  Powered by NFePHP (GNU/GPLv3 GNU/LGPLv3) © www.nfephp.org";
554
-        $aFont = ['font' => $this->fontePadrao,'size' => 6,'style' => 'I'];
552
+        $aFont = ['font' => $this->fontePadrao, 'size' => 6, 'style' => 'I'];
555 553
         $this->pTextBox($x, $y, $w, 4, $texto, $aFont, 'T', 'R', 0, 'http://www.nfephp.org');
556 554
     }
557 555
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
  * @author    Roberto L. Machado <linux.rlm at gmail dot com>
16 16
  */
17 17
 
18
-use Exception;
19 18
 use NFePHP\DA\Legacy\Dom;
20 19
 use NFePHP\DA\Legacy\Pdf;
21 20
 use NFePHP\DA\Legacy\Common;
Please login to merge, or discard this patch.
src/CTe/Dacce.php 3 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.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -441,7 +441,7 @@
 block discarded – undo
441 441
         $this->pTextBox($x, $y, $maxW, $maxH);
442 442
         
443 443
         
444
-         $aFont = array(
444
+            $aFont = array(
445 445
             'font' => $this->fontePadrao,
446 446
             'size' => 9,
447 447
             'style' => 'B'
Please login to merge, or discard this patch.
Spacing   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -302,12 +302,12 @@  discard block
 block discarded – undo
302 302
             $tw = $w;
303 303
         }
304 304
         // Nome emitente
305
-        $aFont = ['font' => $this->fontePadrao,'size' => 12,'style' => 'B'];
305
+        $aFont = ['font' => $this->fontePadrao, 'size' => 12, 'style' => 'B'];
306 306
         $texto = $this->aEnd['razao'];
307 307
         $this->pTextBox($x1, $y1, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
308 308
         // endereço
309 309
         $y1 = $y1 + 6;
310
-        $aFont = ['font' => $this->fontePadrao,'size' => 8,'style' => ''];
310
+        $aFont = ['font' => $this->fontePadrao, 'size' => 8, 'style' => ''];
311 311
         $lgr = $this->aEnd['logradouro'];
312 312
         $nro = $this->aEnd['numero'];
313 313
         $cpl = $this->aEnd['complemento'];
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
         $x += $w;
338 338
         $this->pTextBox($x, $y, $w2, $h);
339 339
         $y1 = $y + $h;
340
-        $aFont = ['font' => $this->fontePadrao,'size' => 16,'style' => 'B'];
340
+        $aFont = ['font' => $this->fontePadrao, 'size' => 16, 'style' => 'B'];
341 341
         $this->pTextBox($x, $y + 2, $w2, 8, 'Representação Gráfica de CC-e', $aFont, 'T', 'C', 0, '');
342 342
         $aFont = array(
343 343
             'font' => $this->fontePadrao,
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
         );
347 347
         $this->pTextBox($x, $y + 7, $w2, 8, '(Carta de Correção Eletrônica)', $aFont, 'T', 'C', 0, '');
348 348
         $texto = 'ID do Evento: ' . $this->id;
349
-        $aFont = ['font' => $this->fontePadrao,'size' => 10,'style' => ''];
349
+        $aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => ''];
350 350
         $this->pTextBox($x, $y + 15, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
351 351
         $tsHora = $this->pConvertTime($this->dhEvento);
352 352
         $texto = 'Criado em : ' . date('d/m/Y   H:i:s', $tsHora);
@@ -358,9 +358,9 @@  discard block
 block discarded – undo
358 358
         $x = $oldX;
359 359
         $this->pTextBox($x, $y1, $maxW, 40);
360 360
         $sY = $y1 + 40;
361
-        $texto = 'De acordo com as determinações legais vigentes, vimos por meio desta comunicar-lhe'.
361
+        $texto = 'De acordo com as determinações legais vigentes, vimos por meio desta comunicar-lhe' .
362 362
             ' que o Conhecimento, abaixo referenciada, contêm irregularidades que estão destacadas e' .
363
-            ' suas respectivas correções, solicitamos que sejam aplicadas essas correções ao executar'.
363
+            ' suas respectivas correções, solicitamos que sejam aplicadas essas correções ao executar' .
364 364
             ' seus lançamentos fiscais.';
365 365
         $aFont = array(
366 366
             'font' => $this->fontePadrao,
@@ -446,10 +446,10 @@  discard block
 block discarded – undo
446 446
             'size' => 9,
447 447
             'style' => 'B'
448 448
         );
449
-        $this->pTextBox($x, $y, $maxW = ($maxW/5), 5, "Grupo", $aFont, 'T', 'C', 0, '', false);
449
+        $this->pTextBox($x, $y, $maxW = ($maxW / 5), 5, "Grupo", $aFont, 'T', 'C', 0, '', false);
450 450
         $this->pTextBox($x = $maxW, $y, $maxW, 5, "Campo", $aFont, 'T', 'C', 0, '', false);
451
-        $this->pTextBox($x = ($maxW*2), $y, $maxW, 5, "Número", $aFont, 'T', 'C', 0, '', false);
452
-        $this->pTextBox($x = ($maxW*3), $y, ($this->wPrint-$x), 5, "Valor", $aFont, 'T', 'C', 0, '', false);
451
+        $this->pTextBox($x = ($maxW * 2), $y, $maxW, 5, "Número", $aFont, 'T', 'C', 0, '', false);
452
+        $this->pTextBox($x = ($maxW * 3), $y, ($this->wPrint - $x), 5, "Valor", $aFont, 'T', 'C', 0, '', false);
453 453
         
454 454
         $aFont = array(
455 455
             'font' => $this->fontePadrao,
@@ -457,11 +457,11 @@  discard block
 block discarded – undo
457 457
             'style' => ''
458 458
         );
459 459
         //Correções
460
-        $i=0;
460
+        $i = 0;
461 461
         $numlinhas = 1;
462 462
         while ($i < $this->infCorrecao->length) {
463 463
             $x = 0;
464
-            $y = $numlinhas == 1 ? ($y+5) : ($y+(5*$numlinhas));
464
+            $y = $numlinhas == 1 ? ($y + 5) : ($y + (5 * $numlinhas));
465 465
             $maxW = $this->wPrint;
466 466
             $grupo = $this->infCorrecao->item($i)->getElementsByTagName('grupoAlterado')->item(0)->nodeValue;
467 467
             $campo = $this->infCorrecao->item($i)->getElementsByTagName('campoAlterado')->item(0)->nodeValue;
@@ -469,11 +469,11 @@  discard block
 block discarded – undo
469 469
             $valor = $this->infCorrecao->item($i)->getElementsByTagName('valorAlterado')->item(0)->nodeValue;
470 470
                                     
471 471
             $i++;
472
-            $this->pTextBox($x, $y, $maxW = ($maxW/5), 5, $grupo, $aFont, 'T', 'C', 0, '', false);
472
+            $this->pTextBox($x, $y, $maxW = ($maxW / 5), 5, $grupo, $aFont, 'T', 'C', 0, '', false);
473 473
             $this->pTextBox($x = $maxW, $y, $maxW, 5, $campo, $aFont, 'T', 'C', 0, '', false);
474
-            $this->pTextBox($x = ($maxW*2), $y, $maxW, 5, $numero, $aFont, 'T', 'C', 0, '', false);
475
-            $this->pTextBox($x = ($maxW*3), $y, ($this->wPrint-$x), 5, $valor, $aFont, 'T', 'C', 0, '', false);
476
-            $numlinhas = $this->pGetNumLines($valor, ($this->wPrint-$x), $aFont);
474
+            $this->pTextBox($x = ($maxW * 2), $y, $maxW, 5, $numero, $aFont, 'T', 'C', 0, '', false);
475
+            $this->pTextBox($x = ($maxW * 3), $y, ($this->wPrint - $x), 5, $valor, $aFont, 'T', 'C', 0, '', false);
476
+            $numlinhas = $this->pGetNumLines($valor, ($this->wPrint - $x), $aFont);
477 477
         } //fim da soma das areas de itens usadas
478 478
                         
479 479
         
Please login to merge, or discard this patch.
src/CTe/Dacte.php 2 patches
Doc Comments   +44 added lines, -44 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      * @param string $sDestino Estabelece a direção do envio do documento PDF
100 100
      * @param string $sDirPDF Caminho para o diretorio de armaz. dos PDF
101 101
      * @param string $fonteDACTE Nome da fonte a ser utilizada
102
-     * @param number $mododebug 0-Não 1-Sim e 2-nada (2 default)
102
+     * @param integer $mododebug 0-Não 1-Sim e 2-nada (2 default)
103 103
      * @param string $preVisualizar 0-Não 1-Sim
104 104
      */
105 105
     public function __construct(
@@ -536,8 +536,8 @@  discard block
 block discarded – undo
536 536
      * zCabecalho
537 537
      * Monta o cabelhalho da DACTE ( retrato e paisagem )
538 538
      *
539
-     * @param  number $x Posição horizontal inicial, canto esquerdo
540
-     * @param  number $y Posição vertical inicial, canto superior
539
+     * @param  integer $x Posição horizontal inicial, canto esquerdo
540
+     * @param  integer $y Posição vertical inicial, canto superior
541 541
      * @param  number $pag Número da Página
542 542
      * @param  number $totPag Total de páginas
543 543
      * @return number Posição vertical final
@@ -1199,8 +1199,7 @@  discard block
 block discarded – undo
1199 1199
      * rodapeDACTE
1200 1200
      * Monta o rodape no final da DACTE ( retrato e paisagem )
1201 1201
      *
1202
-     * @param number $xInic Posição horizontal canto esquerdo
1203
-     * @param number $yFinal Posição vertical final para impressão
1202
+     * @param integer $x
1204 1203
      */
1205 1204
     protected function zRodape($x, $y)
1206 1205
     {
@@ -1223,8 +1222,8 @@  discard block
 block discarded – undo
1223 1222
      * zRemetente
1224 1223
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
1225 1224
      *
1226
-     * @param  number $x Posição horizontal canto esquerdo
1227
-     * @param  number $y Posição vertical canto superior
1225
+     * @param  integer $x Posição horizontal canto esquerdo
1226
+     * @param  integer $y Posição vertical canto superior
1228 1227
      * @return number Posição vertical final
1229 1228
      */
1230 1229
     protected function zRemetente($x = 0, $y = 0)
@@ -1310,8 +1309,8 @@  discard block
 block discarded – undo
1310 1309
      * zDestinatario
1311 1310
      * Monta o campo com os dados do destinatário na DACTE.
1312 1311
      *
1313
-     * @param  number $x Posição horizontal canto esquerdo
1314
-     * @param  number $y Posição vertical canto superior
1312
+     * @param  integer $x Posição horizontal canto esquerdo
1313
+     * @param  integer $y Posição vertical canto superior
1315 1314
      * @return number Posição vertical final
1316 1315
      */
1317 1316
     protected function zDestinatario($x = 0, $y = 0)
@@ -1396,8 +1395,8 @@  discard block
 block discarded – undo
1396 1395
      * zExpedidor
1397 1396
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
1398 1397
      *
1399
-     * @param  number $x Posição horizontal canto esquerdo
1400
-     * @param  number $y Posição vertical canto superior
1398
+     * @param  integer $x Posição horizontal canto esquerdo
1399
+     * @param  integer $y Posição vertical canto superior
1401 1400
      * @return number Posição vertical final
1402 1401
      */
1403 1402
     protected function zExpedidor($x = 0, $y = 0)
@@ -1493,8 +1492,8 @@  discard block
 block discarded – undo
1493 1492
      * zRecebedor
1494 1493
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
1495 1494
      *
1496
-     * @param  number $x Posição horizontal canto esquerdo
1497
-     * @param  number $y Posição vertical canto superior
1495
+     * @param  integer $x Posição horizontal canto esquerdo
1496
+     * @param  integer $y Posição vertical canto superior
1498 1497
      * @return number Posição vertical final
1499 1498
      */
1500 1499
     protected function zRecebedor($x = 0, $y = 0)
@@ -1590,8 +1589,8 @@  discard block
 block discarded – undo
1590 1589
      * zTomador
1591 1590
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
1592 1591
      *
1593
-     * @param  number $x Posição horizontal canto esquerdo
1594
-     * @param  number $y Posição vertical canto superior
1592
+     * @param  integer $x Posição horizontal canto esquerdo
1593
+     * @param  integer $y Posição vertical canto superior
1595 1594
      * @return number Posição vertical final
1596 1595
      */
1597 1596
     protected function zTomador($x = 0, $y = 0)
@@ -1679,8 +1678,8 @@  discard block
 block discarded – undo
1679 1678
      * zDescricaoCarga
1680 1679
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
1681 1680
      *
1682
-     * @param  number $x Posição horizontal canto esquerdo
1683
-     * @param  number $y Posição vertical canto superior
1681
+     * @param  integer $x Posição horizontal canto esquerdo
1682
+     * @param  integer $y Posição vertical canto superior
1684 1683
      * @return number Posição vertical final
1685 1684
      */
1686 1685
     protected function zDescricaoCarga($x = 0, $y = 0)
@@ -1886,8 +1885,8 @@  discard block
 block discarded – undo
1886 1885
      * zCompValorServ
1887 1886
      * Monta o campo com os componentes da prestação de serviços.
1888 1887
      *
1889
-     * @param  number $x Posição horizontal canto esquerdo
1890
-     * @param  number $y Posição vertical canto superior
1888
+     * @param  integer $x Posição horizontal canto esquerdo
1889
+     * @param  integer $y Posição vertical canto superior
1891 1890
      * @return number Posição vertical final
1892 1891
      */
1893 1892
     protected function zCompValorServ($x = 0, $y = 0)
@@ -1985,8 +1984,8 @@  discard block
 block discarded – undo
1985 1984
      * zImpostos
1986 1985
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
1987 1986
      *
1988
-     * @param  number $x Posição horizontal canto esquerdo
1989
-     * @param  number $y Posição vertical canto superior
1987
+     * @param  integer $x Posição horizontal canto esquerdo
1988
+     * @param  integer $y Posição vertical canto superior
1990 1989
      * @return number Posição vertical final
1991 1990
      */
1992 1991
     protected function zImpostos($x = 0, $y = 0)
@@ -2148,8 +2147,8 @@  discard block
 block discarded – undo
2148 2147
      * zDocOrig
2149 2148
      * Monta o campo com os documentos originarios.
2150 2149
      *
2151
-     * @param  number $x Posição horizontal canto esquerdo
2152
-     * @param  number $y Posição vertical canto superior
2150
+     * @param  integer $x Posição horizontal canto esquerdo
2151
+     * @param  integer $y Posição vertical canto superior
2153 2152
      * @return number Posição vertical final
2154 2153
      */
2155 2154
     protected function zDocOrig($x = 0, $y = 0)
@@ -2342,8 +2341,8 @@  discard block
 block discarded – undo
2342 2341
      * zDocOrigContinuacao
2343 2342
      * Monta o campo com os documentos originarios.
2344 2343
      *
2345
-     * @param  number $x Posição horizontal canto esquerdo
2346
-     * @param  number $y Posição vertical canto superior
2344
+     * @param  integer $x Posição horizontal canto esquerdo
2345
+     * @param  integer $y Posição vertical canto superior
2347 2346
      * @return number Posição vertical final
2348 2347
      */
2349 2348
     protected function zDocOrigContinuacao($x = 0, $y = 0)
@@ -2457,8 +2456,8 @@  discard block
 block discarded – undo
2457 2456
      * zDocCompl
2458 2457
      * Monta o campo com os dados do remetente na DACTE.
2459 2458
      *
2460
-     * @param number $x Posição horizontal canto esquerdo
2461
-     * @param number $y Posição vertical canto superior
2459
+     * @param integer $x Posição horizontal canto esquerdo
2460
+     * @param integer $y Posição vertical canto superior
2462 2461
      * @return number Posição vertical final
2463 2462
      */
2464 2463
     protected function zDocCompl($x = 0, $y = 0)
@@ -2520,8 +2519,8 @@  discard block
 block discarded – undo
2520 2519
      * zObs
2521 2520
      * Monta o campo com os dados do remetente na DACTE.
2522 2521
      *
2523
-     * @param  number $x Posição horizontal canto esquerdo
2524
-     * @param  number $y Posição vertical canto superior
2522
+     * @param  integer $x Posição horizontal canto esquerdo
2523
+     * @param  integer $y Posição vertical canto superior
2525 2524
      * @return number Posição vertical final
2526 2525
      */
2527 2526
     protected function zObs($x = 0, $y = 0)
@@ -2585,8 +2584,8 @@  discard block
 block discarded – undo
2585 2584
      * zModalRod
2586 2585
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
2587 2586
      *
2588
-     * @param  number $x Posição horizontal canto esquerdo
2589
-     * @param  number $y Posição vertical canto superior
2587
+     * @param  integer $x Posição horizontal canto esquerdo
2588
+     * @param  integer $y Posição vertical canto superior
2590 2589
      * @return number Posição vertical final
2591 2590
      */
2592 2591
     protected function zModalRod($x = 0, $y = 0)
@@ -2815,8 +2814,8 @@  discard block
 block discarded – undo
2815 2814
      * zModalAquaviario
2816 2815
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
2817 2816
      *
2818
-     * @param  number $x Posição horizontal canto esquerdo
2819
-     * @param  number $y Posição vertical canto superior
2817
+     * @param  integer $x Posição horizontal canto esquerdo
2818
+     * @param  integer $y Posição vertical canto superior
2820 2819
      * @return number Posição vertical final
2821 2820
      */
2822 2821
     protected function zModalAquaviario($x = 0, $y = 0)
@@ -2985,8 +2984,8 @@  discard block
 block discarded – undo
2985 2984
      * zModalFerr
2986 2985
      * Monta o campo com os dados do remetente na DACTE. ( retrato  e paisagem  )
2987 2986
      *
2988
-     * @param  number $x Posição horizontal canto esquerdo
2989
-     * @param  number $y Posição vertical canto superior
2987
+     * @param  integer $x Posição horizontal canto esquerdo
2988
+     * @param  integer $y Posição vertical canto superior
2990 2989
      * @return number Posição vertical final
2991 2990
      */
2992 2991
     protected function zModalFerr($x = 0, $y = 0)
@@ -3263,8 +3262,8 @@  discard block
 block discarded – undo
3263 3262
      * zCanhoto
3264 3263
      * Monta o campo com os dados do remetente na DACTE.
3265 3264
      *
3266
-     * @param  number $x Posição horizontal canto esquerdo
3267
-     * @param  number $y Posição vertical canto superior
3265
+     * @param  integer $x Posição horizontal canto esquerdo
3266
+     * @param  integer $y Posição vertical canto superior
3268 3267
      * @return number Posição vertical final
3269 3268
      */
3270 3269
     protected function zCanhoto($x = 0, $y = 0)
@@ -3348,9 +3347,10 @@  discard block
 block discarded – undo
3348 3347
      * zDadosAdic
3349 3348
      * Coloca o grupo de dados adicionais da DACTE.
3350 3349
      *
3351
-     * @param  number $x Posição horizontal canto esquerdo
3350
+     * @param  integer $x Posição horizontal canto esquerdo
3352 3351
      * @param  number $y Posição vertical canto superior
3353
-     * @param  number $h altura do campo
3352
+     * @param  integer $h altura do campo
3353
+     * @param integer $pag
3354 3354
      * @return number Posição vertical final
3355 3355
      */
3356 3356
     protected function zDadosAdic($x, $y, $pag, $h)
@@ -3431,11 +3431,11 @@  discard block
 block discarded – undo
3431 3431
      * zhDashedLine
3432 3432
      * Desenha uma linha horizontal tracejada com o FPDF
3433 3433
      *
3434
-     * @param  number $x Posição horizontal inicial, em mm
3435
-     * @param  number $y Posição vertical inicial, em mm
3434
+     * @param  integer $x Posição horizontal inicial, em mm
3435
+     * @param  integer $y Posição vertical inicial, em mm
3436 3436
      * @param  number $w Comprimento da linha, em mm
3437
-     * @param  number $h Espessura da linha, em mm
3438
-     * @param  number $n Numero de traços na seção da linha com o comprimento $w
3437
+     * @param  double $h Espessura da linha, em mm
3438
+     * @param  integer $n Numero de traços na seção da linha com o comprimento $w
3439 3439
      * @return none
3440 3440
      */
3441 3441
     protected function zhDashedLine($x, $y, $w, $h, $n)
@@ -3590,7 +3590,7 @@  discard block
 block discarded – undo
3590 3590
      * Fornece a imformação multiplicação de peso contida na CTe
3591 3591
      *
3592 3592
      * @param  interger $U Informação de peso extraida da CTe
3593
-     * @return interger
3593
+     * @return integer
3594 3594
      */
3595 3595
     protected function zMultiUniPeso($U = '')
3596 3596
     {
Please login to merge, or discard this patch.
Spacing   +27 added lines, -30 removed lines patch added patch discarded remove patch
@@ -426,7 +426,7 @@  discard block
 block discarded – undo
426 426
             }
427 427
             $x = $xInic;
428 428
             $r = $this->zObs($x, $y);
429
-            $y = $y-6;
429
+            $y = $y - 6;
430 430
             switch ($this->modal) {
431 431
                 case '1':
432 432
                     $y += 17.9;
@@ -873,7 +873,7 @@  discard block
 block discarded – undo
873 873
             'style' => '');
874 874
         $this->pTextBox($xa, $y + 1, $wa, $h, $texto, $aFont, 'T', 'C', 0, '');
875 875
         //$texto = '1/1';
876
-        $texto = $pag."/".$totPag;
876
+        $texto = $pag . "/" . $totPag;
877 877
         $aFont = $this->formatNegrito;
878 878
         $this->pTextBox($xa, $y + 5, $wa, $h, $texto, $aFont, 'T', 'C', 0, '');
879 879
         $this->pdf->Line($xa + $wa, $y, $xa + $wa, $y + $h + 1);
@@ -1075,7 +1075,7 @@  discard block
 block discarded – undo
1075 1075
             $this->pdf->SetTextColor(0, 0, 0);
1076 1076
         }
1077 1077
         //indicar sem valor
1078
-        if ($tpAmb != 1 && $this->preVisualizar=='0') { // caso não seja uma DA de produção
1078
+        if ($tpAmb != 1 && $this->preVisualizar == '0') { // caso não seja uma DA de produção
1079 1079
             $x = 10;
1080 1080
             if ($this->orientacao == 'P') {
1081 1081
                 $y = round($this->hPrint * 2 / 3, 0);
@@ -1098,7 +1098,7 @@  discard block
 block discarded – undo
1098 1098
             $texto = "AMBIENTE DE HOMOLOGAÇÃO";
1099 1099
             $this->pTextBox($x, $y + 14, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
1100 1100
             $this->pdf->SetTextColor(0, 0, 0);
1101
-        } elseif ($this->preVisualizar=='1') { // caso seja uma DA de Pré-Visualização
1101
+        } elseif ($this->preVisualizar == '1') { // caso seja uma DA de Pré-Visualização
1102 1102
             $h = 5;
1103 1103
             $w = $maxW - (2 * 10);
1104 1104
             $x = 55;
@@ -1116,14 +1116,14 @@  discard block
 block discarded – undo
1116 1116
                 'size' => 41,
1117 1117
                 'style' => 'B');
1118 1118
             $texto = "Sem Validade Jurídica";
1119
-            $this->pTextBox90($x+20, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
1119
+            $this->pTextBox90($x + 20, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
1120 1120
             $this->pdf->SetTextColor(90, 90, 90);
1121 1121
             $texto = "SEM VALOR FISCAL";
1122 1122
             $aFont = array(
1123 1123
                 'font' => $this->fontePadrao,
1124 1124
                 'size' => 48,
1125 1125
                 'style' => 'B');
1126
-            $this->pTextBox90($x+40, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
1126
+            $this->pTextBox90($x + 40, $y, $w, $h, $texto, $aFont, 'C', 'C', 0, '');
1127 1127
             $this->pdf->SetTextColor(0, 0, 0); // voltar a cor default
1128 1128
         } else {
1129 1129
             $x = 10;
@@ -1426,8 +1426,7 @@  discard block
 block discarded – undo
1426 1426
             $texto = $this->pSimpleGetValue($this->enderExped, "xLgr") . ', ';
1427 1427
             $texto .= $this->pSimpleGetValue($this->enderExped, "nro");
1428 1428
             $texto .= $this->pSimpleGetValue($this->enderExped, "xCpl") != "" ?
1429
-                ' - ' . $this->pSimpleGetValue($this->enderExped, "xCpl") :
1430
-                '';
1429
+                ' - ' . $this->pSimpleGetValue($this->enderExped, "xCpl") : '';
1431 1430
         } else {
1432 1431
             $texto = '';
1433 1432
         }
@@ -1523,8 +1522,7 @@  discard block
 block discarded – undo
1523 1522
             $texto = $this->pSimpleGetValue($this->enderReceb, "xLgr") . ', ';
1524 1523
             $texto .= $this->pSimpleGetValue($this->enderReceb, "nro");
1525 1524
             $texto .= ($this->pSimpleGetValue($this->enderReceb, "xCpl") != "") ?
1526
-                ' - ' . $this->pSimpleGetValue($this->enderReceb, "xCpl") :
1527
-                '';
1525
+                ' - ' . $this->pSimpleGetValue($this->enderReceb, "xCpl") : '';
1528 1526
         } else {
1529 1527
             $texto = '';
1530 1528
         }
@@ -1798,8 +1796,7 @@  discard block
 block discarded – undo
1798 1796
                 3,
1799 1797
                 ".",
1800 1798
                 ""
1801
-            ) :
1802
-            '';
1799
+            ) : '';
1803 1800
         $texto = $this->pSimpleGetValue($this->infQ->item(2), "qCarga") == '' ? '' : $texto;
1804 1801
         $texto .= ' ' . $this->zUnidade($this->pSimpleGetValue($this->infQ->item(2), "cUnid"));
1805 1802
         $aFont = array(
@@ -2015,7 +2012,7 @@  discard block
 block discarded – undo
2015 2012
         $aFont = $this->formatPadrao;
2016 2013
         $this->pTextBox($x, $y, $w * 0.14, $h, $texto, $aFont, 'T', 'L', 0, '');
2017 2014
         
2018
-        $wCol02=0.18;
2015
+        $wCol02 = 0.18;
2019 2016
         $x += $w * $wCol02;
2020 2017
         $this->pdf->Line($x, $y, $x, $y + 9.5);
2021 2018
         $texto = 'ALÍQ ICMS';
@@ -2092,7 +2089,7 @@  discard block
 block discarded – undo
2092 2089
         $x += $w * $wCol02;
2093 2090
         
2094 2091
         $texto = !empty($this->ICMS->getElementsByTagName("pRedBC")->item(0)->nodeValue) ?
2095
-            number_format($this->pSimpleGetValue($this->ICMS, "pRedBC"), 2, ",", ".").'%' :'';
2092
+            number_format($this->pSimpleGetValue($this->ICMS, "pRedBC"), 2, ",", ".") . '%' : '';
2096 2093
         $aFont = $this->formatNegrito;
2097 2094
         $this->pTextBox($x, $y, $w * $wCol02, $h, $texto, $aFont, 'T', 'L', 0, '');
2098 2095
         
@@ -2262,13 +2259,13 @@  discard block
 block discarded – undo
2262 2259
             $chaveNFe = $this->infNFe->item($k)->getElementsByTagName('chave')->item(0)->nodeValue;
2263 2260
             $this->arrayNFe[] = $chaveNFe;
2264 2261
         }
2265
-        if (count($this->arrayNFe) >15) {
2262
+        if (count($this->arrayNFe) > 15) {
2266 2263
             $this->flagDocOrigContinuacao = 1;
2267 2264
             $totPag = '2';
2268 2265
         } else {
2269 2266
             $totPag = '1';
2270 2267
         }
2271
-        $totPag = count($this->arrayNFe) >15 ? '2' : '1';
2268
+        $totPag = count($this->arrayNFe) > 15 ? '2' : '1';
2272 2269
         $r = $this->zCabecalho(1, 1, '1', $totPag);
2273 2270
         $contador = 0;
2274 2271
         while ($contador < count($this->arrayNFe)) {
@@ -2369,9 +2366,9 @@  discard block
 block discarded – undo
2369 2366
         //$h = 6 + 3; // de altura do texto (primeira linha
2370 2367
         //$h = 9 + 3.5 ;// segunda linha
2371 2368
         //$h = 9 + 3.5+ 3.5 ;// segunda linha
2372
-        $h = (( ( count($this->arrayNFe)/2 ) - 9) * 3.5)+9;
2373
-        if (count($this->arrayNFe)%2 !=0) {
2374
-            $h = $h+3.5;
2369
+        $h = (((count($this->arrayNFe) / 2) - 9) * 3.5) + 9;
2370
+        if (count($this->arrayNFe) % 2 != 0) {
2371
+            $h = $h + 3.5;
2375 2372
         } // Caso tenha apenas 1 registro na ultima linha
2376 2373
         
2377 2374
         $texto = 'DOCUMENTOS ORIGINÁRIOS - CONTINUACÃO';
@@ -2632,22 +2629,22 @@  discard block
 block discarded – undo
2632 2629
         $x += $w * 0.23;
2633 2630
         
2634 2631
         //$this->pdf->Line($x, $y, $x, $y + 8.5);
2635
-        $this->pdf->Line($x-20, $y, $x-20, $y + 8.5); // LINHA A FRENTE DA RNTRC DA EMPRESA
2632
+        $this->pdf->Line($x - 20, $y, $x - 20, $y + 8.5); // LINHA A FRENTE DA RNTRC DA EMPRESA
2636 2633
         $texto = 'CIOT';
2637 2634
         $aFont = $this->formatPadrao;
2638
-        $this->pTextBox($x-20, $y, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2635
+        $this->pTextBox($x - 20, $y, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2639 2636
         $texto = $this->pSimpleGetValue($this->rodo, "CIOT");
2640 2637
         $aFont = $this->formatNegrito;
2641
-        $this->pTextBox($x-20, $y + 3, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2638
+        $this->pTextBox($x - 20, $y + 3, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2642 2639
         
2643 2640
         //$this->pdf->Line($x, $y, $x, $y + 8.5);
2644
-        $this->pdf->Line($x+10, $y, $x+10, $y + 8.5); // LINHA A FRENTE DO CIOT
2641
+        $this->pdf->Line($x + 10, $y, $x + 10, $y + 8.5); // LINHA A FRENTE DO CIOT
2645 2642
         $texto = 'LOTAÇÃO';
2646 2643
         $aFont = $this->formatPadrao;
2647
-        $this->pTextBox($x+10, $y, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2644
+        $this->pTextBox($x + 10, $y, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2648 2645
         $texto = $lotacao;
2649 2646
         $aFont = $this->formatNegrito;
2650
-        $this->pTextBox($x+10, $y + 3, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2647
+        $this->pTextBox($x + 10, $y + 3, $w * 0.13, $h, $texto, $aFont, 'T', 'L', 0, '');
2651 2648
         
2652 2649
         $x += $w * 0.13;
2653 2650
         $this->pdf->Line($x, $y, $x, $y + 8.5);
@@ -2771,7 +2768,7 @@  discard block
 block discarded – undo
2771 2768
                 'style' => '');
2772 2769
             $this->pTextBox($x, $y, $w, $h, $texto, $aFont, 'T', 'L', 0, '');
2773 2770
             //$texto = !empty($this->moto) ? $this->pSimpleGetValue($this->moto, "CPF") : '';  // CPF SEM MASCARA
2774
-            $texto = !empty($this->moto) ? $this->zFormatCNPJCPF($this->moto) : '';            // CPF COM MASCARA
2771
+            $texto = !empty($this->moto) ? $this->zFormatCNPJCPF($this->moto) : ''; // CPF COM MASCARA
2775 2772
             $aFont = array(
2776 2773
                 'font' => $this->fontePadrao,
2777 2774
                 'size' => 7,
@@ -3276,7 +3273,7 @@  discard block
 block discarded – undo
3276 3273
      */
3277 3274
     protected function zCanhoto($x = 0, $y = 0)
3278 3275
     {
3279
-        $this->zhDashedLine($x, $y+2, $this->wPrint, 0.1, 80);
3276
+        $this->zhDashedLine($x, $y + 2, $this->wPrint, 0.1, 80);
3280 3277
         $y = $y + 2;
3281 3278
         $oldX = $x;
3282 3279
         $oldY = $y;
@@ -3315,7 +3312,7 @@  discard block
 block discarded – undo
3315 3312
         
3316 3313
         $this->pdf->Line($x, $y, $x, $y + 16.5);
3317 3314
         
3318
-        $texto = 'TÉRMINO DA PRESTAÇÃO - DATA/HORA' . "\r\n" . "\r\n" . "\r\n". "\r\n";
3315
+        $texto = 'TÉRMINO DA PRESTAÇÃO - DATA/HORA' . "\r\n" . "\r\n" . "\r\n" . "\r\n";
3319 3316
         $texto .= ' INÍCIO DA PRESTAÇÃO - DATA/HORA';
3320 3317
         $aFont = array(
3321 3318
             'font' => $this->fontePadrao,
@@ -3325,14 +3322,14 @@  discard block
 block discarded – undo
3325 3322
         $x = $oldX;
3326 3323
         $y = $y + 5;
3327 3324
         
3328
-        $this->pdf->Line($x, $y+3, $w * 0.255, $y+3); // LINHA HORIZONTAL ACIMA DO RG ABAIXO DO NOME
3325
+        $this->pdf->Line($x, $y + 3, $w * 0.255, $y + 3); // LINHA HORIZONTAL ACIMA DO RG ABAIXO DO NOME
3329 3326
         
3330 3327
         $texto = 'RG';
3331 3328
         $aFont = array(
3332 3329
             'font' => $this->fontePadrao,
3333 3330
             'size' => 6,
3334 3331
             'style' => '');
3335
-        $this->pTextBox($x, $y+3, $w * 0.33, $h, $texto, $aFont, 'T', 'L', 0, '');
3332
+        $this->pTextBox($x, $y + 3, $w * 0.33, $h, $texto, $aFont, 'T', 'L', 0, '');
3336 3333
         $x += $w * 0.85;
3337 3334
         
3338 3335
         $this->pdf->Line($x, $y + 11.5, $x, $y - 5); // LINHA VERTICAL PROXIMO AO CT-E
Please login to merge, or discard this patch.
src/Legacy/FilesFolders.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,6 @@
 block discarded – undo
137 137
     /**
138 138
      * listDir
139 139
      * Obtem todo o conteúdo de um diretorio, e que atendam ao critério indicado.
140
-     * @param string $dir Diretorio a ser pesquisado
141 140
      * @param string $fileMatch Critério de seleção pode ser usados coringas como *-nfe.xml
142 141
      * @param boolean $retpath se true retorna o path completo dos arquivos se false so retorna o nome dos arquivos
143 142
      * @return array com os nome dos arquivos que atendem ao critério estabelecido ou false
Please login to merge, or discard this patch.
Spacing   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
 class FilesFolders
19 19
 {
20 20
     
21
-    protected static $ambientes = array('homologacao','producao');
21
+    protected static $ambientes = array('homologacao', 'producao');
22 22
     protected static $subdirs = array(
23 23
         'entradas',
24 24
         'assinadas',
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
             . DIRECTORY_SEPARATOR
70 70
             . $subdir;
71 71
         
72
-        if (! is_dir($path)) {
72
+        if (!is_dir($path)) {
73 73
             $msg = "Não existe o diretorio $path !";
74 74
             throw new RuntimeException($msg);
75 75
         }
@@ -88,10 +88,10 @@  discard block
 block discarded – undo
88 88
         //monta a arvore de diretórios necessária e estabelece permissões de acesso
89 89
         self::createFolder($dirPath);
90 90
         foreach (self::$ambientes as $ambiente) {
91
-            $folder = $dirPath.DIRECTORY_SEPARATOR.$ambiente;
91
+            $folder = $dirPath . DIRECTORY_SEPARATOR . $ambiente;
92 92
             self::createFolder($folder);
93 93
             foreach (self::$subdirs as $subdir) {
94
-                $folder = $dirPath.DIRECTORY_SEPARATOR.$ambiente.DIRECTORY_SEPARATOR.$subdir;
94
+                $folder = $dirPath . DIRECTORY_SEPARATOR . $ambiente . DIRECTORY_SEPARATOR . $subdir;
95 95
                 self::createFolder($folder);
96 96
             }
97 97
         }
@@ -105,8 +105,8 @@  discard block
 block discarded – undo
105 105
      */
106 106
     public static function createFolder($folder = '')
107 107
     {
108
-        if (! is_dir($folder)) {
109
-            if (! mkdir($folder, 0777, true)) {
108
+        if (!is_dir($folder)) {
109
+            if (!mkdir($folder, 0777, true)) {
110 110
                 throw new RuntimeException(
111 111
                     "Não foi possivel criar o diretorio $folder. Verifique as permissões"
112 112
                 );
@@ -124,11 +124,11 @@  discard block
 block discarded – undo
124 124
     public static function saveFile($path = '', $filename = '', $content = '')
125 125
     {
126 126
         self::createFolder($path);
127
-        $filePath = $path.DIRECTORY_SEPARATOR.$filename;
128
-        if (! file_put_contents($filePath, $content)) {
127
+        $filePath = $path . DIRECTORY_SEPARATOR . $filename;
128
+        if (!file_put_contents($filePath, $content)) {
129 129
             return false;
130 130
         }
131
-        if (! chmod($filePath, 0777)) {
131
+        if (!chmod($filePath, 0777)) {
132 132
             return false;
133 133
         }
134 134
         return true;
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
                 "É necessário passar os parametros diretório e filtro!!!"
151 151
             );
152 152
         }
153
-        if (! is_dir($folder)) {
153
+        if (!is_dir($folder)) {
154 154
             throw new InvalidArgumentException(
155 155
                 "O diretório não existe $folder !!!"
156 156
             );
@@ -158,15 +158,15 @@  discard block
 block discarded – undo
158 158
         $aList = array();
159 159
         $search = $folder;
160 160
         if (substr($folder, -1) == DIRECTORY_SEPARATOR) {
161
-            $search = substr($folder, 0, strlen($folder)-1);
161
+            $search = substr($folder, 0, strlen($folder) - 1);
162 162
         }
163
-        $searchmatch = $search.DIRECTORY_SEPARATOR.$fileMatch;
163
+        $searchmatch = $search . DIRECTORY_SEPARATOR . $fileMatch;
164 164
         $aGlob = glob($searchmatch);
165 165
         $aList = $aGlob;
166
-        if (! $retpath && ! empty($aGlob)) {
166
+        if (!$retpath && !empty($aGlob)) {
167 167
             $aList = array();
168 168
             foreach ($aGlob as $pathFile) {
169
-                $aList[] = str_replace($search.DIRECTORY_SEPARATOR, '', $pathFile);
169
+                $aList[] = str_replace($search . DIRECTORY_SEPARATOR, '', $pathFile);
170 170
             }
171 171
         }
172 172
         return $aList;
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
         $comentDir = 'O diret&oacute;rio N&Atilde;O EXISTE';
188 188
         $corDir = $cRed;
189 189
         if (is_dir($path)) {
190
-            $filen = $path.DIRECTORY_SEPARATOR.'teste.txt';
190
+            $filen = $path . DIRECTORY_SEPARATOR . 'teste.txt';
191 191
             $comentDir = ' Sem permiss&atilde;o !!';
192 192
             if (file_put_contents($filen, "teste\r\n")) {
193 193
                 $corDir = $cGreen;
@@ -213,19 +213,19 @@  discard block
 block discarded – undo
213 213
      */
214 214
     public static function removeFolder($dirPath)
215 215
     {
216
-        $files = array_diff(scandir($dirPath), array('.','..'));
216
+        $files = array_diff(scandir($dirPath), array('.', '..'));
217 217
         foreach ($files as $file) {
218 218
             if (is_dir("$dirPath/$file")) {
219 219
                 self::removeFolder("$dirPath/$file");
220 220
             } else {
221
-                if (! unlink("$dirPath/$file")) {
221
+                if (!unlink("$dirPath/$file")) {
222 222
                     throw new RuntimeException(
223 223
                         "Falha! sem permissão de exclusão do arquivo $dirPath/$file"
224 224
                     );
225 225
                 }
226 226
             }
227 227
         }
228
-        if (! rmdir($dirPath)) {
228
+        if (!rmdir($dirPath)) {
229 229
             $msg = "Falha! sem permissão de exclusão do diretório $dirPath";
230 230
             throw new RuntimeException($msg);
231 231
         }
@@ -245,11 +245,11 @@  discard block
 block discarded – undo
245 245
             $msg = "Um caminho para o arquivo deve ser passado!!";
246 246
             throw new InvalidArgumentException($msg);
247 247
         }
248
-        if (! is_file($pathFile)) {
248
+        if (!is_file($pathFile)) {
249 249
             $msg = "O arquivo indicado não foi localizado!! $pathFile";
250 250
             throw new InvalidArgumentException($msg);
251 251
         }
252
-        if (! is_readable($pathFile)) {
252
+        if (!is_readable($pathFile)) {
253 253
             $msg = "O arquivo indicado não pode ser lido. Permissões!! $pathFile";
254 254
             throw new RuntimeException($msg);
255 255
         }
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.
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -301,12 +301,12 @@  discard block
 block discarded – undo
301 301
             $tw = $w;
302 302
         }
303 303
         // Nome emitente
304
-        $aFont = ['font' => $this->fontePadrao,'size' => 12,'style' => 'B'];
304
+        $aFont = ['font' => $this->fontePadrao, 'size' => 12, 'style' => 'B'];
305 305
         $texto = $this->aEnd['razao'];
306 306
         $this->pTextBox($x1, $y1, $tw, 8, $texto, $aFont, 'T', 'C', 0, '');
307 307
         // endereço
308 308
         $y1 = $y1 + 6;
309
-        $aFont = ['font' => $this->fontePadrao,'size' => 8,'style' => ''];
309
+        $aFont = ['font' => $this->fontePadrao, 'size' => 8, 'style' => ''];
310 310
         $lgr = $this->aEnd['logradouro'];
311 311
         $nro = $this->aEnd['numero'];
312 312
         $cpl = $this->aEnd['complemento'];
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
         $x += $w;
337 337
         $this->pTextBox($x, $y, $w2, $h);
338 338
         $y1 = $y + $h;
339
-        $aFont = ['font' => $this->fontePadrao,'size' => 16,'style' => 'B'];
339
+        $aFont = ['font' => $this->fontePadrao, 'size' => 16, 'style' => 'B'];
340 340
         $this->pTextBox($x, $y + 2, $w2, 8, 'Representação Gráfica de CC-e', $aFont, 'T', 'C', 0, '');
341 341
         $aFont = array(
342 342
             'font' => $this->fontePadrao,
@@ -345,7 +345,7 @@  discard block
 block discarded – undo
345 345
         );
346 346
         $this->pTextBox($x, $y + 7, $w2, 8, '(Carta de Correção Eletrônica)', $aFont, 'T', 'C', 0, '');
347 347
         $texto = 'ID do Evento: ' . $this->id;
348
-        $aFont = ['font' => $this->fontePadrao,'size' => 10,'style' => ''];
348
+        $aFont = ['font' => $this->fontePadrao, 'size' => 10, 'style' => ''];
349 349
         $this->pTextBox($x, $y + 15, $w2, 8, $texto, $aFont, 'T', 'L', 0, '');
350 350
         $tsHora = $this->pConvertTime($this->dhEvento);
351 351
         $texto = 'Criado em : ' . date('d/m/Y   H:i:s', $tsHora);
@@ -357,9 +357,9 @@  discard block
 block discarded – undo
357 357
         $x = $oldX;
358 358
         $this->pTextBox($x, $y1, $maxW, 40);
359 359
         $sY = $y1 + 40;
360
-        $texto = 'De acordo com as determinações legais vigentes, vimos por meio desta comunicar-lhe'.
360
+        $texto = 'De acordo com as determinações legais vigentes, vimos por meio desta comunicar-lhe' .
361 361
             ' que a Nota Fiscal, abaixo referenciada, contêm irregularidades que estão destacadas e' .
362
-            ' suas respectivas correções, solicitamos que sejam aplicadas essas correções ao executar'.
362
+            ' suas respectivas correções, solicitamos que sejam aplicadas essas correções ao executar' .
363 363
             ' seus lançamentos fiscais.';
364 364
         $aFont = array(
365 365
             'font' => $this->fontePadrao,
Please login to merge, or discard this patch.