Skip to content

Commit b00c1a2

Browse files
committed
Atualizado tabela IBPT
Corrigido URL de consulta de alguns estados Versão mínima do PHP para 7.1
1 parent 657195e commit b00c1a2

File tree

174 files changed

+712
-809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+712
-809
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
build:
22
environment:
3-
php: '5.6'
4-
php: '7.0'
53
php: '7.1'
64
php: '7.2'
5+
php: '7.3'
76

87
filter:
98
excluded_paths:

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: php
22

33
php:
4-
- 5.6
5-
- 7.0
64
- 7.1
75
- 7.2
6+
- 7.3
87

98
before_script:
109
- composer install --no-interaction --prefer-source

README.md

Lines changed: 1 addition & 1 deletion

api/NFe/Common/CurlSoap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
*/
3535
class CurlSoap extends Curl
3636
{
37-
3837
const ENVELOPE = <<<XML
3938
<?xml version="1.0" encoding="UTF-8"?>
4039
<soap12:Envelope

api/NFe/Core/NFe.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
*/
3333
class NFe extends Nota
3434
{
35-
3635
public function __construct($nfe = [])
3736
{
3837
parent::__construct($nfe);

api/NFe/Database/Banco.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
abstract class Banco
3131
{
32-
3332
public function __construct($banco = [])
3433
{
3534
$this->fromArray($banco);

api/NFe/Database/Estatico.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
class Estatico extends Banco
3434
{
35-
3635
private $ibpt;
3736
private $uf_codes;
3837
private $mun_codes;

api/NFe/Database/IBPT.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
class IBPT
3434
{
35-
3635
private $tabela;
3736
private $offline;
3837

api/NFe/Database/data/IBPT/AC.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

api/NFe/Database/data/IBPT/AL.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)