Completed
Push — master ( 67b45a...83bc69 )
by Charis
04:26
created
src/Router.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.