Completed
Push — master ( 8b76b3...681930 )
by Cedric
02:06
created
Classes/Fal/FlysystemDriver.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -300,7 +300,7 @@  discard block
 block discarded – undo
300 300
      *
301 301
      * @param string $fileIdentifier
302 302
      * @param string $localFilePath
303
-     * @return bool TRUE if the operation succeeded
303
+     * @return boolean|null TRUE if the operation succeeded
304 304
      */
305 305
     public function replaceFile($fileIdentifier, $localFilePath)
306 306
     {
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
      * @param string $sourceFolderIdentifier
371 371
      * @param string $targetFolderIdentifier
372 372
      * @param string $newFolderName
373
-     * @return bool
373
+     * @return boolean|null
374 374
      */
375 375
     public function copyFolderWithinStorage($sourceFolderIdentifier, $targetFolderIdentifier, $newFolderName)
376 376
     {
Please login to merge, or discard this patch.