Skip to content

Commit a51d744

Browse files
authored
fix: Apply suggestions from code review
Co-authored-by: Marcel Klehr <mklehr@gmx.net> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent ad5e709 commit a51d744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/Command/TaskProcessing/WorkerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99
namespace OC\Core\Command\TaskProcessing;

tests/Core/Command/TaskProcessing/WorkerCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
6+
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
99

0 commit comments

Comments
 (0)