mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-12 09:53:49 +09:00
Update dependencies
This commit is contained in:
@@ -20,8 +20,6 @@ interface RequestMatcherInterface
|
||||
{
|
||||
/**
|
||||
* Decides whether the rule(s) implemented by the strategy matches the supplied request.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function matches(Request $request);
|
||||
public function matches(Request $request): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user