We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a12fdb commit d622903Copy full SHA for d622903
1 file changed
src/Routing/RouteList.php
@@ -39,9 +39,8 @@ public function __construct()
39
40
/**
41
* @return ?array<string, mixed>
42
- * @final
43
*/
44
- public function match(Nette\Http\IRequest $httpRequest): ?array
+ final public function match(Nette\Http\IRequest $httpRequest): ?array
45
{
46
if ($httpRequest = $this->prepareRequest($httpRequest)) {
47
foreach ($this->list as [$router]) {
0 commit comments