@@ -81,8 +81,8 @@ discard block |
||
| 81 | 81 | /** |
| 82 | 82 | * Object constructor for injecting dependencies |
| 83 | 83 | * |
| 84 | - * @param Kambo\Router\Route\RouteCollection $routeCollection |
|
| 85 | - * @param Kambo\Router\Dispatchers\Interfaces\DispatcherInterface $dispatcher |
|
| 84 | + * @param RouteCollection $routeCollection |
|
| 85 | + * @param DispatcherInterface $dispatcher |
|
| 86 | 86 | * |
| 87 | 87 | */ |
| 88 | 88 | public function __construct(RouteCollection $routeCollection, DispatcherInterface $dispatcher) { |
@@ -148,7 +148,7 @@ discard block |
||
| 148 | 148 | /** |
| 149 | 149 | * Get format for URL resolving. |
| 150 | 150 | * |
| 151 | - * @return boolean |
|
| 151 | + * @return string |
|
| 152 | 152 | */ |
| 153 | 153 | public function getUrlFormat() { |
| 154 | 154 | return $this->_urlFormat; |