Upgrade framework
This commit is contained in:
@@ -20,10 +20,6 @@ interface RequestMatcherInterface
|
||||
{
|
||||
/**
|
||||
* Decides whether the rule(s) implemented by the strategy matches the supplied request.
|
||||
*
|
||||
* @param Request $request The request to check for a match
|
||||
*
|
||||
* @return bool true if the request matches, false otherwise
|
||||
*/
|
||||
public function matches(Request $request);
|
||||
public function matches(Request $request): bool;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user