@@ -335,7 +335,7 @@ |
||
335 | 335 | * Split the path from the filename string |
336 | 336 | * |
337 | 337 | * @param string $filename |
338 | - * @return array Array with path and filename |
|
338 | + * @return string[] Array with path and filename |
|
339 | 339 | */ |
340 | 340 | protected function splitPathFromFilename($filename) { |
341 | 341 | if (strrpos($filename, '/') !== false) { |