mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Updated to coding-standard library v1.2.2
This commit is contained in:
@@ -60,7 +60,7 @@ class AuthorizationHeaderPlugin implements AuthenticationPluginInterface
|
||||
}
|
||||
}
|
||||
|
||||
private function createInvalidTokenError(Throwable $prev = null): VerifyAuthenticationException
|
||||
private function createInvalidTokenError(?Throwable $prev = null): VerifyAuthenticationException
|
||||
{
|
||||
return VerifyAuthenticationException::withError(
|
||||
RestUtils::INVALID_AUTH_TOKEN_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user