| 1 | <?php |
||
| 27 | class RouterFactory |
||
| 28 | { |
||
| 29 | /** |
||
| 30 | * @param AdaptorInterface $adaptor |
||
| 31 | * @param RouteCollectionInterface $collection |
||
| 32 | * @param array $options |
||
| 33 | * |
||
| 34 | * @return Router |
||
| 35 | */ |
||
| 36 | 1 | public static function createRouter(AdaptorInterface $adaptor, RouteCollectionInterface $collection, array $options = []) |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @param array $options |
||
| 43 | * @return Router |
||
| 44 | * @throws \Rs\Router\Exceptions\RouterException |
||
| 45 | */ |
||
| 46 | 1 | public static function createFastRouter(array $options = []) |
|
| 58 | } |
||
| 59 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.