From f5d16fa0ad227bf14caaa9812938207580863ce7 Mon Sep 17 00:00:00 2001 From: Brady Vercher Date: Wed, 12 Feb 2020 14:51:37 -0800 Subject: [PATCH] Fix since docblock tags in the authentication exception. --- src/Exception/AuthenticationException.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Exception/AuthenticationException.php b/src/Exception/AuthenticationException.php index 128eaff..058a483 100644 --- a/src/Exception/AuthenticationException.php +++ b/src/Exception/AuthenticationException.php @@ -63,7 +63,7 @@ public function __construct( /** * Create an exception for requests that require authentication. * - * @since 0.4.0. + * @since 0.4.0 * * @param array $headers Response headers. * @param string $code Optional. The Exception code. @@ -84,7 +84,7 @@ public static function forAuthenticationRequired( /** * Create an exception for invalid credentials. * - * @since 0.4.0. + * @since 0.4.0 * * @param array $headers Response headers. * @param string $code Optional. The Exception code. @@ -105,7 +105,7 @@ public static function forInvalidCredentials( /** * Create an exception for a missing authorization header. * - * @since 0.4.0. + * @since 0.4.0 * * @param array $headers Response headers. * @param string $code Optional. The Exception code.