1 | <?php |
||
10 | final class RoutingResultFactory implements RoutingResultFactoryInterface |
||
11 | { |
||
12 | 1 | public function success(RequestHandlerInterface $matchedHandler, array $matchedParams = []): RoutingResultInterface |
|
16 | |||
17 | 1 | public function failure(int $statusCode, string $message): RoutingResultInterface |
|
21 | } |
||
22 |