You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Authenticator/PersistenceInterface.php
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ interface PersistenceInterface
28
28
* @param \Psr\Http\Message\ServerRequestInterface $request The request object.
29
29
* @param \Psr\Http\Message\ResponseInterface $response The response object.
30
30
* @param \ArrayAccess|array $identity Identity data to persist.
31
-
* @return array
32
-
* @psalm-return array{request: \Psr\Http\Message\ServerRequestInterface, response: \Psr\Http\Message\ResponseInterface} Returns an array containing the request and response object
31
+
* @return array{request: \Psr\Http\Message\ServerRequestInterface, response: \Psr\Http\Message\ResponseInterface} Returns an array containing the request and response object
33
32
*/
34
33
publicfunctionpersistIdentity(
35
34
ServerRequestInterface$request,
@@ -42,8 +41,7 @@ public function persistIdentity(
42
41
*
43
42
* @param \Psr\Http\Message\ServerRequestInterface $request The request object.
44
43
* @param \Psr\Http\Message\ResponseInterface $response The response object.
45
-
* @return array
46
-
* @psalm-return array{request: \Psr\Http\Message\ServerRequestInterface, response: \Psr\Http\Message\ResponseInterface} Returns an array containing the request and response object
44
+
* @return array{request: \Psr\Http\Message\ServerRequestInterface, response: \Psr\Http\Message\ResponseInterface} Returns an array containing the request and response object
0 commit comments