diff options
Diffstat (limited to 'apps/files_external/lib/ResponseDefinitions.php')
-rw-r--r-- | apps/files_external/lib/ResponseDefinitions.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_external/lib/ResponseDefinitions.php b/apps/files_external/lib/ResponseDefinitions.php index cb501ed1bce..2c86ed18e55 100644 --- a/apps/files_external/lib/ResponseDefinitions.php +++ b/apps/files_external/lib/ResponseDefinitions.php @@ -26,7 +26,7 @@ declare(strict_types=1); namespace OCA\Files_External; /** - * @psalm-type FilesExternalStorageConfig = array{ + * @psalm-type Files_ExternalStorageConfig = array{ * applicableGroups?: string[], * applicableUsers?: string[], * authMechanism: string, @@ -42,7 +42,7 @@ namespace OCA\Files_External; * userProvided: bool, * } * - * @psalm-type FilesExternalMount = array{ + * @psalm-type Files_ExternalMount = array{ * name: string, * path: string, * type: 'dir', @@ -51,7 +51,7 @@ namespace OCA\Files_External; * permissions: int, * id: int, * class: string, - * config: FilesExternalStorageConfig, + * config: Files_ExternalStorageConfig, * } */ class ResponseDefinitions { |