1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 03:05:12 +01:00

Type hint contract, not implementation

This commit is contained in:
Franz Liedke 2019-07-06 01:05:24 +02:00
parent 646bd40bca
commit f4c0d4ba87
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -68,7 +68,7 @@ class StartSession implements Middleware
return $this->withSessionCookie($response, $session);
}
private function makeSession(Request $request): Store
private function makeSession(Request $request): Session
{
return new Store(
$this->config['cookie'],