@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | * @param string $fileIdentifier |
320 | 320 | * @param string $targetFolderIdentifier |
321 | 321 | * @param string $fileName |
322 | - * @return string the Identifier of the new file |
|
322 | + * @return boolean the Identifier of the new file |
|
323 | 323 | */ |
324 | 324 | public function copyFileWithinStorage($fileIdentifier, $targetFolderIdentifier, $fileName) |
325 | 325 | { |
@@ -367,7 +367,7 @@ discard block |
||
367 | 367 | * |
368 | 368 | * @param string $fileIdentifier |
369 | 369 | * @param string $localFilePath |
370 | - * @return bool TRUE if the operation succeeded |
|
370 | + * @return boolean|null TRUE if the operation succeeded |
|
371 | 371 | */ |
372 | 372 | public function replaceFile($fileIdentifier, $localFilePath) |
373 | 373 | { |
@@ -603,7 +603,7 @@ discard block |
||
603 | 603 | * Returns information about a file. |
604 | 604 | * |
605 | 605 | * @param string $fileIdentifier |
606 | - * @param array $propertiesToExtract Array of properties which are be extracted |
|
606 | + * @param string[] $propertiesToExtract Array of properties which are be extracted |
|
607 | 607 | * If empty all will be extracted |
608 | 608 | * @return array |
609 | 609 | * @throws FileDoesNotExistException |