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 a6f14fd commit 9e4dc62Copy full SHA for 9e4dc62
src/Routing/RouteList.php
@@ -37,9 +37,8 @@ public function __construct()
37
38
/**
39
* Maps HTTP request to an array.
40
- * @final
41
*/
42
- public function match(Nette\Http\IRequest $httpRequest): ?array
+ final public function match(Nette\Http\IRequest $httpRequest): ?array
43
{
44
if ($httpRequest = $this->prepareRequest($httpRequest)) {
45
foreach ($this->list as [$router]) {
0 commit comments