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 9378ade commit f5e155aCopy full SHA for f5e155a
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