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 1bdd50f commit f249458Copy full SHA for f249458
1 file changed
src/Routing/RouteList.php
@@ -40,9 +40,8 @@ public function __construct()
40
/**
41
* Maps HTTP request to an array.
42
* @return ?array<string, mixed>
43
- * @final
44
*/
45
- public function match(Nette\Http\IRequest $httpRequest): ?array
+ final public function match(Nette\Http\IRequest $httpRequest): ?array
46
{
47
if ($httpRequest = $this->prepareRequest($httpRequest)) {
48
foreach ($this->list as [$router]) {
0 commit comments