@@ -224,7 +224,7 @@ |
||
| 224 | 224 | //throw new RuntimeException('Faltam elementos CNPJ/CPF no certificado digital.'); |
| 225 | 225 | $type = ''; |
| 226 | 226 | } |
| 227 | - }else{//caso em que cnpj é nulo e cpf está presente |
|
| 227 | + } else{//caso em que cnpj é nulo e cpf está presente |
|
| 228 | 228 | if(empty($cnpj) and !empty($cpf)){ |
| 229 | 229 | $type = 'F'; |
| 230 | 230 | } |