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