Skip to content

Commit

Permalink
typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
diorgesl committed Oct 7, 2020
1 parent 50a4fc5 commit dc944f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pagador.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public function getBairro()
*/
public function getCep()
{
$cep = (int) ltrim(str_replace(['.','-'],'', $this->cep), '0');
$cep = (int) ltrim(str_replace(['.', '-'], '', $this->cep), '0');

return $cep;
}
Expand Down

0 comments on commit dc944f7

Please sign in to comment.