Completed
Push — master ( 340f44...217ed6 )
by Cedric
01:52
created
Classes/Fal/FlysystemDriver.php 2 patches
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.