@@ -8,7 +8,7 @@ |
||
8 | 8 | * seguinte forma: |
9 | 9 | * SE RESULTADO = 0 OU RESULTADO > 9 ENTAO DV = 1 |
10 | 10 | * |
11 | - * @param $numero |
|
11 | + * @param string $numero |
|
12 | 12 | * @return int |
13 | 13 | */ |
14 | 14 | static function calculaModulo11SemDV0($numero) |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace CbCaio\Boletos\Models\Boletos\Base; |
3 | 3 | |
4 | -use CbCaio\Boletos\Generators\Barcode; |
|
5 | -use CbCaio\Boletos\Models\Bancos\Contracts\BancoInterface; |
|
6 | -use CbCaio\Boletos\Models\Beneficiario\Contracts\BeneficiarioInterface; |
|
7 | -use CbCaio\Boletos\Models\BoletoInfo\Contracts\BoletoInfoInterface; |
|
8 | -use CbCaio\Boletos\Models\Boletos\Contracts\BoletoInterface; |
|
9 | -use CbCaio\Boletos\Models\Pagador\Contracts\PagadorInterface; |
|
4 | +use CbCaio\Boletos\Generators\Barcode; |
|
5 | +use CbCaio\Boletos\Models\Bancos\Contracts\BancoInterface; |
|
6 | +use CbCaio\Boletos\Models\Beneficiario\Contracts\BeneficiarioInterface; |
|
7 | +use CbCaio\Boletos\Models\BoletoInfo\Contracts\BoletoInfoInterface; |
|
8 | +use CbCaio\Boletos\Models\Boletos\Contracts\BoletoInterface; |
|
9 | +use CbCaio\Boletos\Models\Pagador\Contracts\PagadorInterface; |
|
10 | 10 | |
11 | 11 | abstract class Boleto implements BoletoInterface |
12 | 12 | { |