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:
parent
646bd40bca
commit
f4c0d4ba87
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user