From 33a24134a7cb6b7af08a097a5807c58888cba8c6 Mon Sep 17 00:00:00 2001 From: Côme Chilliet Date: Mon, 23 Oct 2023 15:20:04 +0200 Subject: Improve docblock annotations for tokens and their exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- lib/private/Authentication/Exceptions/ExpiredTokenException.php | 2 +- lib/private/Authentication/Exceptions/WipeTokenException.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private/Authentication/Exceptions') diff --git a/lib/private/Authentication/Exceptions/ExpiredTokenException.php b/lib/private/Authentication/Exceptions/ExpiredTokenException.php index 18618a557f3..15069313712 100644 --- a/lib/private/Authentication/Exceptions/ExpiredTokenException.php +++ b/lib/private/Authentication/Exceptions/ExpiredTokenException.php @@ -28,7 +28,7 @@ namespace OC\Authentication\Exceptions; use OC\Authentication\Token\IToken; /** - * @deprecated 28.0.0 use OCP version instead + * @deprecated 28.0.0 use {@see \OCP\Authentication\Exceptions\ExpiredTokenException} instead */ class ExpiredTokenException extends \OCP\Authentication\Exceptions\ExpiredTokenException { public function __construct( diff --git a/lib/private/Authentication/Exceptions/WipeTokenException.php b/lib/private/Authentication/Exceptions/WipeTokenException.php index 9b24ca24430..25b7cb74359 100644 --- a/lib/private/Authentication/Exceptions/WipeTokenException.php +++ b/lib/private/Authentication/Exceptions/WipeTokenException.php @@ -28,7 +28,7 @@ namespace OC\Authentication\Exceptions; use OC\Authentication\Token\IToken; /** - * @deprecated 28.0.0 use OCP version instead + * @deprecated 28.0.0 use {@see \OCP\Authentication\Exceptions\WipeTokenException} instead */ class WipeTokenException extends \OCP\Authentication\Exceptions\WipeTokenException { public function __construct( -- cgit v1.2.3