Completed
Push — master ( 340f44...217ed6 )
by Cedric
01:52
created
Classes/Fal/FlysystemDriver.php 1 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.