From 07efcba32364ca3c39dba33fb7b000ff68fde612 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Mon, 16 Sep 2024 16:41:57 +0200 Subject: [PATCH] fix: Enforce strict types everywhere Signed-off-by: provokateurin --- lib/AppInfo/Application.php | 2 ++ lib/AuthorizedAdminSettingMiddleware.php | 1 + lib/Controller/DelegationController.php | 1 + lib/Controller/FolderController.php | 1 + lib/Folder/FolderManager.php | 2 ++ lib/Migration/Version102020Date20180806161449.php | 1 + lib/Migration/Version103000Date20180806161724.php | 1 + lib/Mount/GroupFolderStorage.php | 2 ++ lib/Mount/GroupMountPoint.php | 2 ++ lib/Mount/MountProvider.php | 2 ++ lib/Service/ApplicationService.php | 1 + lib/Service/DelegationService.php | 1 + lib/Service/FoldersFilter.php | 1 + lib/Settings/Admin.php | 2 ++ lib/Settings/Section.php | 2 ++ lib/Trash/GroupTrashItem.php | 2 ++ lib/Trash/TrashBackend.php | 2 ++ lib/Trash/TrashManager.php | 2 ++ tests/ACL/ACLScannerTest.php | 1 + tests/Folder/FolderManagerTest.php | 2 ++ tests/bootstrap.php | 1 + 21 files changed, 32 insertions(+) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 89e6d64bc..8abd29a50 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -1,4 +1,6 @@ for Arawa (https://arawa.fr) * SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/lib/Service/DelegationService.php b/lib/Service/DelegationService.php index ac3d6fca4..4b8e25537 100644 --- a/lib/Service/DelegationService.php +++ b/lib/Service/DelegationService.php @@ -1,5 +1,6 @@