mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-11 09:23:50 +09:00
Update dependencies
This commit is contained in:
@@ -15,13 +15,13 @@ interface RequestContextAwareInterface
|
||||
{
|
||||
/**
|
||||
* Sets the request context.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setContext(RequestContext $context);
|
||||
|
||||
/**
|
||||
* Gets the request context.
|
||||
*
|
||||
* @return RequestContext
|
||||
*/
|
||||
public function getContext();
|
||||
public function getContext(): RequestContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user