Skip to content

Commit 33595cb

Browse files
committed
cs
1 parent c34feaf commit 33595cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/task/updatenotification/src/Extension/UpdateNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private function getEmailReceivers(): array
247247
$emailGroups = $params->get('email_groups');
248248

249249
if (!empty($emailGroups)) {
250-
if (!is_array($emailGroups)) {
250+
if (!\is_array($emailGroups)) {
251251
$emailGroups = ArrayHelper::toInteger(explode(',', $emailGroups));
252252
}
253253
} else {

0 commit comments

Comments
 (0)