Skip to content

Commit

Permalink
Merge pull request #33 from gsteel/session-id-interface
Browse files Browse the repository at this point in the history
Update Session parameter docs for `SessionPersistenceInterface`
  • Loading branch information
Ocramius authored Jul 28, 2022
2 parents 7b12daf + 374f5cd commit a009020
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SessionPersistenceInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public function initializeSessionFromRequest(ServerRequestInterface $request): S
*
* Persists the session data, returning a response instance with any
* artifacts required to return to the client.
*
* @param SessionInterface&SessionIdentifierAwareInterface $session
*/
public function persistSession(SessionInterface $session, ResponseInterface $response): ResponseInterface;
}

0 comments on commit a009020

Please sign in to comment.