Skip to content

Commit

Permalink
Fix since docblock tags in the authentication exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyvercher committed Feb 12, 2020
1 parent a2415c7 commit f5d16fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Exception/AuthenticationException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit f5d16fa

Please sign in to comment.