@@ -17,8 +17,9 @@ |
||
| 17 | 17 | public function setMulta($codigo, $percentual): self |
| 18 | 18 | { |
| 19 | 19 | $this->codigo_tipo_multa = $codigo; |
| 20 | - if ($this->codigo_tipo_multa != self::SEM_MULTA) |
|
| 21 | - $this->percentual_multa = $percentual*100000; |
|
| 20 | + if ($this->codigo_tipo_multa != self::SEM_MULTA) { |
|
| 21 | + $this->percentual_multa = $percentual*100000; |
|
| 22 | + } |
|
| 22 | 23 | return $this; |
| 23 | 24 | } |
| 24 | 25 | } |