Completed
Push — master ( 904098...a050ec )
by Caio
02:34
created
src/Models/BoletoInfo/BoletoInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.