@@ -283,7 +283,7 @@ discard block |
||
283 | 283 | * |
284 | 284 | * @param string $fileIdentifier |
285 | 285 | * @param string $localFilePath |
286 | - * @return bool TRUE if the operation succeeded |
|
286 | + * @return boolean|null TRUE if the operation succeeded |
|
287 | 287 | */ |
288 | 288 | public function replaceFile($fileIdentifier, $localFilePath) |
289 | 289 | { |
@@ -353,7 +353,7 @@ discard block |
||
353 | 353 | * @param string $sourceFolderIdentifier |
354 | 354 | * @param string $targetFolderIdentifier |
355 | 355 | * @param string $newFolderName |
356 | - * @return bool |
|
356 | + * @return boolean|null |
|
357 | 357 | */ |
358 | 358 | public function copyFolderWithinStorage($sourceFolderIdentifier, $targetFolderIdentifier, $newFolderName) |
359 | 359 | { |
@@ -393,7 +393,7 @@ discard block |
||
393 | 393 | * |
394 | 394 | * @param string $fileName |
395 | 395 | * @param string $folderIdentifier |
396 | - * @return bool |
|
396 | + * @return boolean|null |
|
397 | 397 | */ |
398 | 398 | public function fileExistsInFolder($fileName, $folderIdentifier) |
399 | 399 | { |