@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace CedricZiel\FalFlysystem\Fal; |
4 | 4 | |
5 | -use League\Flysystem\Adapter\Local; |
|
6 | 5 | use League\Flysystem\AdapterInterface; |
7 | -use League\Flysystem\Config; |
|
8 | 6 | use League\Flysystem\FilesystemInterface; |
9 | 7 | use TYPO3\CMS\Core\Resource\Driver\AbstractHierarchicalFilesystemDriver; |
10 | 8 | use TYPO3\CMS\Core\Resource\ResourceStorage; |
@@ -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 |