@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | /** |
| 187 | - * @param $profile |
|
| 187 | + * @param string $profile |
|
| 188 | 188 | * @return string |
| 189 | 189 | */ |
| 190 | 190 | protected function getPlaceholderUrl($profile) |
@@ -231,7 +231,7 @@ discard block |
||
| 231 | 231 | /** |
| 232 | 232 | * @param $config |
| 233 | 233 | * @param $path |
| 234 | - * @param $thumbPath |
|
| 234 | + * @param string|boolean $thumbPath |
|
| 235 | 235 | */ |
| 236 | 236 | protected function generateImageThumb($config, $path, $thumbPath) |
| 237 | 237 | { |