File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -316,19 +316,19 @@ public function unsubscribe(string $folder): TaggedResponse;
316316
317317 /**
318318 * Send a "GETQUOTA" command.
319- *
319+ *
320320 * Retrieve quota information about a specific quota root.
321- *
321+ *
322322 * @see https://datatracker.ietf.org/doc/html/rfc9208#name-getquota
323323 */
324324 public function quota (string $ root ): UntaggedResponse ;
325325
326326 /**
327327 * Send a "GETQUOTAROOT" command.
328- *
328+ *
329329 * Retrieve quota root information about a mailbox.
330- *
331- * @see https://datatracker.ietf.org/doc/html/rfc9208#name-getquota
330+ *
331+ * @see https://datatracker.ietf.org/doc/html/rfc9208#name-getquotaroot
332332 */
333333 public function quotaRoot (string $ mailbox ): ResponseCollection ;
334334}
You can’t perform that action at this time.
0 commit comments