Passed
Push — main ( f30160...91930f )
by Leandro
12:15
created
src/Itau/API/BoleCode/Juros.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     public function setJuros($codigo, $percentual): self
18 18
     {
19 19
         $this->codigo_tipo_juros = $codigo;
20
-        if($codigo != self::SEM_JUROS){
20
+        if ($codigo != self::SEM_JUROS) {
21 21
             $this->percentual_juros = $percentual*100000;
22 22
         }
23 23
         return $this;
Please login to merge, or discard this patch.