Skip to content

Commit 6a69c43

Browse files
committed
chore: composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 2357612 commit 6a69c43

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/files_versions/lib/BlockVersioningOperation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OCA\Files_Versions;
1011

1112
use OCA\Files_Versions\Events\CreateVersionEvent;

apps/files_versions/lib/Listener/CreateVersionListenerForWorkflow.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OCA\Files_Versions\Listener;
1011

1112
use OCA\Files_Versions\BlockVersioningOperation;

apps/files_versions/lib/Listener/RegisterWorkflowIntegrationListener.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
77
* SPDX-License-Identifier: AGPL-3.0-or-later
88
*/
9+
910
namespace OCA\Files_Versions\Listener;
1011

1112
use OCA\Files_Versions\BlockVersioningOperation;

0 commit comments

Comments
 (0)