@@ -300,7 +300,7 @@ discard block |
||
300 | 300 | * |
301 | 301 | * @param string $fileIdentifier |
302 | 302 | * @param string $localFilePath |
303 | - * @return bool TRUE if the operation succeeded |
|
303 | + * @return boolean|null TRUE if the operation succeeded |
|
304 | 304 | */ |
305 | 305 | public function replaceFile($fileIdentifier, $localFilePath) |
306 | 306 | { |
@@ -370,7 +370,7 @@ discard block |
||
370 | 370 | * @param string $sourceFolderIdentifier |
371 | 371 | * @param string $targetFolderIdentifier |
372 | 372 | * @param string $newFolderName |
373 | - * @return bool |
|
373 | + * @return boolean|null |
|
374 | 374 | */ |
375 | 375 | public function copyFolderWithinStorage($sourceFolderIdentifier, $targetFolderIdentifier, $newFolderName) |
376 | 376 | { |