Skip to content

Commit d622903

Browse files
committed
RouteList::match() is final (BC break)
1 parent 3a12fdb commit d622903

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Routing/RouteList.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ public function __construct()
3939

4040
/**
4141
* @return ?array<string, mixed>
42-
* @final
4342
*/
44-
public function match(Nette\Http\IRequest $httpRequest): ?array
43+
final public function match(Nette\Http\IRequest $httpRequest): ?array
4544
{
4645
if ($httpRequest = $this->prepareRequest($httpRequest)) {
4746
foreach ($this->list as [$router]) {

0 commit comments

Comments
 (0)