1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-31 13:20:11 +02:00

Improve PHPDoc

This commit is contained in:
Marco
2016-08-20 18:24:14 +02:00
parent 35cc941f20
commit 07f60d6610

View File

@@ -873,7 +873,7 @@ class Auth {
/**
* Called when there have been too many requests for some action or object
*
* @param int|null $retryAfterInterval the optional interval after which the client should retry (in seconds)
* @param int|null $retryAfterInterval (optional) the interval after which the client should retry (in seconds)
* @throws TooManyRequestsException to inform any calling method about this problem
*/
private static function onTooManyRequests($retryAfterInterval = null) {