Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
Fixing CS
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsantos07 committed Apr 1, 2015
1 parent 0b46510 commit c77558b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/pt_BR/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ public function rg($formatted = true)
$n = $this->generator->numerify('########');
$n .= check_digit($n);

return $formatted? vsprintf('%d%d.%d%d%d.%d%d%d-%s', str_split($n)) : $n;
return $formatted? vsprintf('%d%d.%d%d%d.%d%d%d-%s', str_split($n)) : $n;
}
}

0 comments on commit c77558b

Please sign in to comment.