Completed
Push — master ( 924818...a51019 )
by Adriano
02:59
created
src/Integracao/ControlPay/Model/Pessoa.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -579,7 +579,7 @@
 block discarded – undo
579 579
     public function setDataLogin($dataLogin)
580 580
     {
581 581
         $this->dataLogin = \DateTime::createFromFormat('d/m/Y H:i:s.u', $dataLogin);
582
-       return $this;
582
+        return $this;
583 583
     }
584 584
 
585 585
     /**
Please login to merge, or discard this patch.