From 5ebcf58de99dc6eea04b10da393d9051bd14c461 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 19 Mar 2026 11:14:26 +0100 Subject: [PATCH] fix: Apply suggestions from code review Co-authored-by: Marcel Klehr Signed-off-by: Marcel Klehr --- core/Command/TaskProcessing/WorkerCommand.php | 2 +- tests/Core/Command/TaskProcessing/WorkerCommandTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/Command/TaskProcessing/WorkerCommand.php b/core/Command/TaskProcessing/WorkerCommand.php index 653945a9974..09f3f3573d2 100644 --- a/core/Command/TaskProcessing/WorkerCommand.php +++ b/core/Command/TaskProcessing/WorkerCommand.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OC\Core\Command\TaskProcessing; diff --git a/tests/Core/Command/TaskProcessing/WorkerCommandTest.php b/tests/Core/Command/TaskProcessing/WorkerCommandTest.php index 2df0195d6a3..3f472548cef 100644 --- a/tests/Core/Command/TaskProcessing/WorkerCommandTest.php +++ b/tests/Core/Command/TaskProcessing/WorkerCommandTest.php @@ -3,7 +3,7 @@ declare(strict_types=1); /** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */