Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored and github-actions[bot] committed Feb 27, 2023
1 parent f6d322e commit ee77e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundles/AdminBundle/Controller/Admin/EmailController.php
Expand Up @@ -460,7 +460,7 @@ public function blacklistAction(Request $request)
if (is_array($data)) {
foreach ($data as $key => &$value) {
if (is_string($value)) {
if($key === 'address'){
if ($key === 'address') {
$value = filter_var($value, FILTER_SANITIZE_EMAIL);
}

Expand Down

0 comments on commit ee77e95

Please sign in to comment.