We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6faeb commit 26dbea8Copy full SHA for 26dbea8
src/FolderInterface.php
@@ -59,7 +59,7 @@ public function select(bool $force = false): void;
59
/**
60
* Get the folder's quotas
61
*
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}
+ * @return array{STORAGE: array{usage: int|null, limit: int|null}, MESSAGES: array{usage: int|null, limit: int|null}, usage: int|null, limit: int|null}
63
*/
64
public function quota(): array;
65
0 commit comments