Skip to content

Commit

Permalink
Update Text.php
Browse files Browse the repository at this point in the history
need both of this `-—`
  • Loading branch information
gulaandrij authored Oct 27, 2017
1 parent 2cba1de commit edc3f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Faker/Provider/Text.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ protected static function validStart($word)

protected static function appendEnd($text)
{
return rtrim($text, ',- ').'.';
return rtrim($text, ',- ').'.';
}
}

0 comments on commit edc3f0b

Please sign in to comment.