@@ -192,7 +192,7 @@  | 
                                                    ||
| 192 | 192 | * Save the given content to the cache and update the cache index.  | 
                                                        
| 193 | 193 | *  | 
                                                        
| 194 | 194 | * @param string $cacheKey  | 
                                                        
| 195 | - * @param mixed $content  | 
                                                        |
| 195 | + * @param string $content  | 
                                                        |
| 196 | 196 | *  | 
                                                        
| 197 | 197 | * @return bool  | 
                                                        
| 198 | 198 | */  | 
                                                        
@@ -22,9 +22,9 @@  | 
                                                    ||
| 22 | 22 | protected $format;  | 
                                                        
| 23 | 23 | |
| 24 | 24 | /**  | 
                                                        
| 25 | - * @param string $content  | 
                                                        |
| 26 | 25 | * @param string $mimeType  | 
                                                        
| 27 | 26 | * @param string $format  | 
                                                        
| 27 | + * @param string $path  | 
                                                        |
| 28 | 28 | */  | 
                                                        
| 29 | 29 | public function __construct($path, $mimeType, $format = null)  | 
                                                        
| 30 | 30 |      { | 
                                                        
@@ -173,7 +173,7 @@ discard block  | 
                                                    ||
| 173 | 173 | *  | 
                                                        
| 174 | 174 | * @param string $path  | 
                                                        
| 175 | 175 | *  | 
                                                        
| 176 | - * @return string  | 
                                                        |
| 176 | + * @return \CFResponse  | 
                                                        |
| 177 | 177 | */  | 
                                                        
| 178 | 178 | protected function getObjectUrl($path)  | 
                                                        
| 179 | 179 |      { | 
                                                        
@@ -185,7 +185,7 @@ discard block  | 
                                                    ||
| 185 | 185 | *  | 
                                                        
| 186 | 186 | * @param string $objectPath  | 
                                                        
| 187 | 187 | *  | 
                                                        
| 188 | - * @return bool  | 
                                                        |
| 188 | + * @return boolean|null  | 
                                                        |
| 189 | 189 | */  | 
                                                        
| 190 | 190 | protected function objectExists($objectPath)  | 
                                                        
| 191 | 191 |      { | 
                                                        
@@ -193,7 +193,7 @@ discard block  | 
                                                    ||
| 193 | 193 | }  | 
                                                        
| 194 | 194 | |
| 195 | 195 | /**  | 
                                                        
| 196 | - * @param mixed $message  | 
                                                        |
| 196 | + * @param string $message  | 
                                                        |
| 197 | 197 | * @param array $context  | 
                                                        
| 198 | 198 | */  | 
                                                        
| 199 | 199 | protected function logError($message, array $context = array())  | 
                                                        
@@ -39,7 +39,6 @@  | 
                                                    ||
| 39 | 39 | * @param MimeTypeGuesserInterface $mimeGuesser  | 
                                                        
| 40 | 40 | * @param ExtensionGuesserInterface $extensionGuesser  | 
                                                        
| 41 | 41 | * @param string[] $dataRoots  | 
                                                        
| 42 | - * @param LocatorInterface $locator  | 
                                                        |
| 43 | 42 | */  | 
                                                        
| 44 | 43 | public function __construct(  | 
                                                        
| 45 | 44 | MimeTypeGuesserInterface $mimeGuesser,  | 
                                                        
@@ -15,6 +15,7 @@  | 
                                                    ||
| 15 | 15 |  { | 
                                                        
| 16 | 16 | /**  | 
                                                        
| 17 | 17 | * @param array $options[]  | 
                                                        
| 18 | + * @return void  | 
                                                        |
| 18 | 19 | */  | 
                                                        
| 19 | 20 | public function setOptions(array $options = array());  | 
                                                        
| 20 | 21 | |