package and depencies
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