From d7f66c36acef9334e3c9ecf750cae5bfc2f206d8 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 17 Aug 2020 17:16:50 +0200 Subject: Fix "misplaced variables" warning of Psalm in PHPDoc statements Ref #21787 Signed-off-by: Morris Jobke --- apps/files_external/lib/Service/GlobalStoragesService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_external') diff --git a/apps/files_external/lib/Service/GlobalStoragesService.php b/apps/files_external/lib/Service/GlobalStoragesService.php index 2905e08883e..3ef6fd798d4 100644 --- a/apps/files_external/lib/Service/GlobalStoragesService.php +++ b/apps/files_external/lib/Service/GlobalStoragesService.php @@ -167,7 +167,7 @@ class GlobalStoragesService extends StoragesService { /** * Get all configured admin and personal mounts * - * @return array map of storage id to storage config + * @return StorageConfig[] map of storage id to storage config */ public function getStorageForAllUsers() { $mounts = $this->dbConfig->getAllMounts(); -- cgit v1.2.3