@@ -285,6 +285,7 @@ |
||
| 285 | 285 | * Check the given directory location. |
| 286 | 286 | * |
| 287 | 287 | * @param string &$directory |
| 288 | + * @param string $directory |
|
| 288 | 289 | * |
| 289 | 290 | * @throws \Arcanesoft\Media\Exceptions\DirectoryNotFound |
| 290 | 291 | * @throws \Arcanesoft\Media\Exceptions\AccessNotAllowed |
@@ -266,7 +266,7 @@ |
||
| 266 | 266 | * @param string $oldName |
| 267 | 267 | * @param string $newName |
| 268 | 268 | * |
| 269 | - * @return bool|string |
|
| 269 | + * @return string|false |
|
| 270 | 270 | */ |
| 271 | 271 | private function performMoveMedia($type, $location, $oldName, $newName) |
| 272 | 272 | { |