Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joanfabregat committed Jul 17, 2020
1 parent 51e2c59 commit bc5b39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StripAccents.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class StripAccents
* @param string $encoding
* @return string
*/
public static function strip(string $string, $encoding = self::DEFAULT_ENCODING):string
public static function strip(string $string, string $encoding = self::DEFAULT_ENCODING): string
{
// converting accents in HTML entities
$string = htmlentities($string, ENT_NOQUOTES, $encoding);
Expand Down

0 comments on commit bc5b39c

Please sign in to comment.