@@ -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; |
@@ -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 | { |