mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Update composer
This commit is contained in:
parent
330cdbe615
commit
0c83c9a678
442 changed files with 9523 additions and 10793 deletions
|
@ -20,6 +20,8 @@ interface RequestMatcherInterface
|
|||
{
|
||||
/**
|
||||
* Decides whether the rule(s) implemented by the strategy matches the supplied request.
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function matches(Request $request): bool;
|
||||
public function matches(Request $request);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue