@@ -18,6 +18,7 @@ |
||
18 | 18 | |
19 | 19 | /** |
20 | 20 | * instanciate |
21 | + * @return void |
|
21 | 22 | */ |
22 | 23 | public function __construct(); |
23 | 24 |
@@ -17,6 +17,7 @@ |
||
17 | 17 | * |
18 | 18 | * @param RoutesInterface $routes |
19 | 19 | * @param RequestInterface $request |
20 | + * @return Router |
|
20 | 21 | */ |
21 | 22 | public function __construct(RoutesInterface $routes, RequestInterface $request); |
22 | 23 |