Skip to content

Commit 01b7381

Browse files
committed
Remove doctype
1 parent ee66636 commit 01b7381

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/FolderInterface.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ public function move(string $newPath): void;
5757
public function select(bool $force = false): void;
5858

5959
/**
60-
* Get the folder's quotas
61-
*
62-
* @return array{STORAGE: array{usage: int|null, limit: int|null}, MESSAGE: array{usage: int|null, limit: int|null}, usage: int|null, limit: int|null}
60+
* Get the folder's quotas.
6361
*/
6462
public function quota(): array;
6563

0 commit comments

Comments
 (0)