@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | * setcachePool function. |
179 | 179 | * |
180 | 180 | * @access public |
181 | - * @param CacheInterface $cachePool |
|
181 | + * @param CacheItemPoolInterface $cachePool |
|
182 | 182 | * @return Router |
183 | 183 | */ |
184 | 184 | public function setCachePool(CacheItemPoolInterface $cachePool) |
@@ -306,7 +306,7 @@ discard block |
||
306 | 306 | * cacheAble function. |
307 | 307 | * |
308 | 308 | * @access protected |
309 | - * @return void |
|
309 | + * @return boolean |
|
310 | 310 | */ |
311 | 311 | protected function cacheAble() |
312 | 312 | { |