Skip to content

Commit 5fab345

Browse files
committed
Resolve namespaces
1 parent 2e490f7 commit 5fab345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/AuthenticationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ public function buildIdentity($identityData)
344344
* If the `queryParam` option is set a query parameter
345345
* will be appended with the denied URL path.
346346
*
347-
* @param Psr\Http\Message\ServerRequestInterface $request The request
347+
* @param \Psr\Http\Message\ServerRequestInterface $request The request
348348
* @return string|null
349349
*/
350350
public function getUnauthenticatedRedirectUrl(ServerRequestInterface $request)

src/AuthenticationServiceInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getIdentityAttribute();
8080
/**
8181
* Return the URL to redirect unauthenticated users to.
8282
*
83-
* @param Psr\Http\Message\ServerRequestInterface $request The request
83+
* @param \Psr\Http\Message\ServerRequestInterface $request The request
8484
* @return string|null
8585
*/
8686
public function getUnauthenticatedRedirectUrl(ServerRequestInterface $request);

0 commit comments

Comments
 (0)