From: Tim Düsterhus Date: Mon, 15 Feb 2021 13:37:44 +0000 (+0100) Subject: Remove `final` from private methods in EmailDeliveryBackgroundJob X-Git-Tag: 5.4.0_Alpha_1~252^2~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9d7ff98f98b57a5bf9c463193ebacc8c669f69c5;p=GitHub%2FWoltLab%2FWCF.git Remove `final` from private methods in EmailDeliveryBackgroundJob --- diff --git a/wcfsetup/install/files/lib/system/background/job/EmailDeliveryBackgroundJob.class.php b/wcfsetup/install/files/lib/system/background/job/EmailDeliveryBackgroundJob.class.php index 2930599c80..4718361624 100644 --- a/wcfsetup/install/files/lib/system/background/job/EmailDeliveryBackgroundJob.class.php +++ b/wcfsetup/install/files/lib/system/background/job/EmailDeliveryBackgroundJob.class.php @@ -80,7 +80,7 @@ class EmailDeliveryBackgroundJob extends AbstractBackgroundJob /** * Creates the email log entry. */ - final private function createLog(): EmailLogEntry + private function createLog(): EmailLogEntry { return (new EmailLogEntryAction([], 'create', [ 'data' => [ @@ -96,7 +96,7 @@ class EmailDeliveryBackgroundJob extends AbstractBackgroundJob /** * Updates the status of the log entry. */ - final private function updateStatus(string $status, string $message = ''): void + private function updateStatus(string $status, string $message = ''): void { (new EmailLogEntryAction([$this->emailLogEntryId], 'update', [ 'data' => [