@@ -101,7 +101,7 @@ discard block  | 
                                                    ||
| 101 | 101 | /**  | 
                                                        
| 102 | 102 | * Sets a cache instance  | 
                                                        
| 103 | 103 | *  | 
                                                        
| 104 | - * @param \BrowscapPHP\Cache\BrowscapCacheInterface|\Psr\SimpleCache\CacheInterface $cache  | 
                                                        |
| 104 | + * @param BrowscapCacheInterface $cache  | 
                                                        |
| 105 | 105 | *  | 
                                                        
| 106 | 106 | * @throws \BrowscapPHP\Exception  | 
                                                        
| 107 | 107 | *  | 
                                                        
@@ -397,7 +397,7 @@ discard block  | 
                                                    ||
| 397 | 397 | /**  | 
                                                        
| 398 | 398 | * @param string $content  | 
                                                        
| 399 | 399 | *  | 
                                                        
| 400 | - * @return mixed  | 
                                                        |
| 400 | + * @return string  | 
                                                        |
| 401 | 401 | */  | 
                                                        
| 402 | 402 | private function sanitizeContent($content)  | 
                                                        
| 403 | 403 |      { | 
                                                        
@@ -54,7 +54,7 @@  | 
                                                    ||
| 54 | 54 | * Constructor class, checks for the existence of (and loads) the cache and  | 
                                                        
| 55 | 55 | * if needed updated the definitions  | 
                                                        
| 56 | 56 | *  | 
                                                        
| 57 | - * @param \Psr\SimpleCache\CacheInterface $cache  | 
                                                        |
| 57 | + * @return void  | 
                                                        |
| 58 | 58 | */  | 
                                                        
| 59 | 59 | public function __construct(CacheInterface $adapter);  | 
                                                        
| 60 | 60 | |