Skip to content

Commit 26dbea8

Browse files
committed
chore: cleanup doc block
1 parent dd6faeb commit 26dbea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FolderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function select(bool $force = false): void;
5959
/**
6060
* Get the folder's quotas
6161
*
62-
* @return array{STORAGE?: array{usage: int|null, limit: int|null}, MESSAGES?: array{usage: int|null, limit: int|null}, usage?: int|null, limit?: int|null}
62+
* @return array{STORAGE: array{usage: int|null, limit: int|null}, MESSAGES: array{usage: int|null, limit: int|null}, usage: int|null, limit: int|null}
6363
*/
6464
public function quota(): array;
6565

0 commit comments

Comments
 (0)