Fixing style errors.

This commit is contained in:
stickler-ci 2023-03-01 09:57:09 +00:00
parent 71fc59169f
commit 233d737a89

View File

@ -3054,8 +3054,8 @@ class Ticket extends CommonObject
$non_closed_contacts[] = $db->fetch_row($resql);
}
}
$to = array_filter($to, function($v, $k) use($non_closed_contacts, $langs) {
foreach($non_closed_contacts as $non_closed_contact) {
$to = array_filter($to, function ($v, $k) use ($non_closed_contacts, $langs) {
foreach ($non_closed_contacts as $non_closed_contact) {
if ($k == $non_closed_contact[0])
return true;
}