Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c0b28f

Browse files
committed
Fix higlight
1 parent e386c40 commit 0c0b28f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/examples/descuento-linea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Código
66

7-
```php hl_lines="31 32 33 34 35 36 37"
7+
```php hl_lines="32 33 34 35 36 37 38"
88
<?php
99
use Greenter\Model\Sale\Charge;
1010
use Greenter\Model\Sale\FormaPagos\FormaPagoContado;

docs/examples/exonerada.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Código
66

7-
```php hl_lines="19 35"
7+
```php hl_lines="19 36"
88
<?php
99
use Greenter\Model\Sale\FormaPagos\FormaPagoContado;
1010
use Greenter\Model\Sale\Invoice;

docs/examples/exportacion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Código
66

7-
```php hl_lines="12 20 21 22 23 25 33 42"
7+
```php hl_lines="12 20 21 22 23 25 34 43"
88
<?php
99

1010
use Greenter\Model\Client\Client;

docs/examples/percepcion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
## Código
66

7-
```php hl_lines="10 24 25 26 27 28 29 30 54 55"
7+
```php hl_lines="10 25-31 55 56"
88
<?php
99
use Greenter\Model\Sale\FormaPagos\FormaPagoContado;
1010
use Greenter\Model\Sale\Invoice;

0 commit comments

Comments
 (0)