mirror of
https://github.com/flarum/framework.git
synced 2025-03-10 20:31:24 +08:00
Type hint contract, not implementation
This commit is contained in:
parent
32e84d651c
commit
5103a50711
@ -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