@@ -257,7 +257,7 @@ |
||
| 257 | 257 | * Get new instance of a DIC object. |
| 258 | 258 | * |
| 259 | 259 | * @param string $key |
| 260 | - * @return mixed |
|
| 260 | + * @return null|\Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface |
|
| 261 | 261 | */ |
| 262 | 262 | public function getNew($key) |
| 263 | 263 | { |
@@ -149,7 +149,7 @@ |
||
| 149 | 149 | /** |
| 150 | 150 | * Get routes collection. |
| 151 | 151 | * |
| 152 | - * @return RouteCollection|Route[] |
|
| 152 | + * @return RouteCollection |
|
| 153 | 153 | */ |
| 154 | 154 | public function getRoutes() |
| 155 | 155 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | * @param int $rowsPerPage |
| 25 | 25 | * @param int $totalRowCount |
| 26 | 26 | * @param array $options |
| 27 | - * @return Paginator |
|
| 27 | + * @return string |
|
| 28 | 28 | */ |
| 29 | 29 | public function __invoke($currentPageNo, $rowsPerPage, $totalRowCount, array $options = []) |
| 30 | 30 | { |