| @@ -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 |      { | 
| @@ -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 |      { | 
| @@ -196,7 +196,7 @@ discard block | ||
| 196 | 196 | * | 
| 197 | 197 | * @throws \S3_Exception | 
| 198 | 198 | * | 
| 199 | - * @return bool | |
| 199 | + * @return boolean|null | |
| 200 | 200 | */ | 
| 201 | 201 | protected function objectExists($objectPath) | 
| 202 | 202 |      { | 
| @@ -204,7 +204,7 @@ discard block | ||
| 204 | 204 | } | 
| 205 | 205 | |
| 206 | 206 | /** | 
| 207 | - * @param mixed $message | |
| 207 | + * @param string $message | |
| 208 | 208 | * @param array $context | 
| 209 | 209 | */ | 
| 210 | 210 | protected function logError($message, array $context = []) | 
| @@ -130,6 +130,8 @@ | ||
| 130 | 130 | |
| 131 | 131 | /** | 
| 132 | 132 |       * {@inheritdoc} | 
| 133 | + * @param string $path | |
| 134 | + * @param string $filter | |
| 133 | 135 | */ | 
| 134 | 136 | protected function getFileUrl($path, $filter) | 
| 135 | 137 |      { |