@@ -186,7 +186,7 @@ |
||
| 186 | 186 | } |
| 187 | 187 | |
| 188 | 188 | /** |
| 189 | - * @param Carbon|string $data_vencimento |
|
| 189 | + * @param Carbon $data_vencimento |
|
| 190 | 190 | * @return string |
| 191 | 191 | */ |
| 192 | 192 | public function calculaFatorVencimento($data_vencimento) |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | */ |
| 48 | 48 | public function getDataVencimentoCalculada() |
| 49 | 49 | { |
| 50 | - $data_hoje = Carbon::now()->setTime(0,0,0); |
|
| 50 | + $data_hoje = Carbon::now()->setTime(0, 0, 0); |
|
| 51 | 51 | if ($data_hoje->timestamp > $this->getDataVencimentoRecebida()->timestamp) |
| 52 | 52 | { |
| 53 | 53 | $dias_para_pagar = $this->getDiasParaPagar(); |