Skip to content

Commit 07f4028

Browse files
committed
fixup: setupUserMountProviders type [skip-ci]
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent aa32738 commit 07f4028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Files/SetupManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class SetupManager {
6868
* An array of provider classes that have already been set up, indexed
6969
* by UserUID.
7070
*
71-
* @var array<string, string[]>
71+
* @var array<string, class-string<IMountProvider>[]>
7272
*/
7373
private array $setupUserMountProviders = [];
7474
private ICache $cache;

0 commit comments

Comments
 (0)