@@ -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 |      { | 
                                                        
@@ -71,6 +71,8 @@  | 
                                                    ||
| 71 | 71 | |
| 72 | 72 | /**  | 
                                                        
| 73 | 73 |       * {@inheritdoc} | 
                                                        
| 74 | + * @param string $path  | 
                                                        |
| 75 | + * @param string $filter  | 
                                                        |
| 74 | 76 | */  | 
                                                        
| 75 | 77 | protected function getFilePath($path, $filter)  | 
                                                        
| 76 | 78 |      { | 
                                                        
@@ -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 = []);  | 
                                                        
| 20 | 21 | |
@@ -182,7 +182,7 @@ discard block  | 
                                                    ||
| 182 | 182 | *  | 
                                                        
| 183 | 183 | * @param string $path  | 
                                                        
| 184 | 184 | *  | 
                                                        
| 185 | - * @return string  | 
                                                        |
| 185 | + * @return \CFResponse  | 
                                                        |
| 186 | 186 | */  | 
                                                        
| 187 | 187 | protected function getObjectUrl($path)  | 
                                                        
| 188 | 188 |      { | 
                                                        
@@ -194,7 +194,7 @@ discard block  | 
                                                    ||
| 194 | 194 | *  | 
                                                        
| 195 | 195 | * @param string $objectPath  | 
                                                        
| 196 | 196 | *  | 
                                                        
| 197 | - * @return bool  | 
                                                        |
| 197 | + * @return boolean|null  | 
                                                        |
| 198 | 198 | */  | 
                                                        
| 199 | 199 | protected function objectExists($objectPath)  | 
                                                        
| 200 | 200 |      { | 
                                                        
@@ -202,7 +202,7 @@ discard block  | 
                                                    ||
| 202 | 202 | }  | 
                                                        
| 203 | 203 | |
| 204 | 204 | /**  | 
                                                        
| 205 | - * @param mixed $message  | 
                                                        |
| 205 | + * @param string $message  | 
                                                        |
| 206 | 206 | * @param array $context  | 
                                                        
| 207 | 207 | */  | 
                                                        
| 208 | 208 | protected function logError($message, array $context = [])  |