Completed
Pull Request — master (#184)
by
unknown
03:18
created
src/NFe/Danfce.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
      *
160 160
      * @param string $docXML
161 161
      * @param string $sPathLogo
162
-     * @param string $mododebug
162
+     * @param integer $mododebug
163 163
      * @param string $idToken
164 164
      * @param string $emitToken
165 165
      * @param string $urlQR
@@ -1160,6 +1160,9 @@  discard block
 block discarded – undo
1160 1160
         return $hex;
1161 1161
     } //fim str2Hex
1162 1162
 
1163
+    /**
1164
+     * @param string $tBand
1165
+     */
1163 1166
     protected static function getCardName($tBand)
1164 1167
     {
1165 1168
         switch ($tBand) {
Please login to merge, or discard this patch.
Spacing   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -470,14 +470,12 @@
 block discarded – undo
470 470
         $w = ($maxW * 1);
471 471
         $hBox1 = 7;
472 472
         $texto = $this->tpEmis == 9 ? 
473
-            "EMITIDA EM CONTINGÊNCIA" : 
474
-            "DANFE NFC-e\nDocumento Auxiliar da Nota Fiscal de Consumidor Eletrônica";
473
+            "EMITIDA EM CONTINGÊNCIA" : "DANFE NFC-e\nDocumento Auxiliar da Nota Fiscal de Consumidor Eletrônica";
475 474
         $this->pTextBox($x, $y, $w, $hBox1, $texto, $this->aFontTit, 'C', 'C', 0, '', false);
476 475
         $hBox2 = 4;
477 476
         $yBox2 = $y + $hBox1;
478 477
         $texto = $this->tpEmis == 9 ? 
479
-            "\nPendente de autorização" : 
480
-            "\nNFC-e não permite aproveitamento de crédito de ICMS";
478
+            "\nPendente de autorização" : "\nNFC-e não permite aproveitamento de crédito de ICMS";
481 479
         $aFont = array('font' => $this->fontePadrao, 'size' => 7, 'style' => '');
482 480
         $this->pTextBox($x, $yBox2, $w, $hBox2, $texto, $aFont, 'C', 'C', 0, '', false);
483 481
     }
Please login to merge, or discard this patch.