@@ -369,7 +369,7 @@ discard block |
||
369 | 369 | * |
370 | 370 | * @param string $fileIdentifier |
371 | 371 | * @param string $localFilePath |
372 | - * @return bool TRUE if the operation succeeded |
|
372 | + * @return boolean|null TRUE if the operation succeeded |
|
373 | 373 | */ |
374 | 374 | public function replaceFile($fileIdentifier, $localFilePath) |
375 | 375 | { |
@@ -605,7 +605,7 @@ discard block |
||
605 | 605 | * Returns information about a file. |
606 | 606 | * |
607 | 607 | * @param string $fileIdentifier |
608 | - * @param array $propertiesToExtract Array of properties which are be extracted |
|
608 | + * @param string[] $propertiesToExtract Array of properties which are be extracted |
|
609 | 609 | * If empty all will be extracted |
610 | 610 | * @return array |
611 | 611 | * @throws FileDoesNotExistException |