Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Apr 18, 2023
1 parent f1d9040 commit 5c4991b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Security/SecurityHelper.php
Expand Up @@ -19,6 +19,6 @@ class SecurityHelper
{
public static function getStringWithoutControlChars(string $text): string
{
return preg_replace('[\\\\<>"\'`!?/%$(){};,:|=]','', $text);
return preg_replace('[\\\\<>"\'`!?/%$(){};,:|=]', '', $text);
}
}

0 comments on commit 5c4991b

Please sign in to comment.