Skip to content

Commit 94a4b31

Browse files
committed
Fix see annotation for quotaRoot
1 parent 7aa1dd9 commit 94a4b31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Connection/ConnectionInterface.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)