Browse Source

Update doc block to indicate absolute path requirement.

Fixes #12567
Mark Story 7 years ago
parent
commit
ae7ec50e12
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Filesystem/File.php

+ 1 - 1
src/Filesystem/File.php

@@ -574,7 +574,7 @@ class File
     /**
      * Copy the File to $dest
      *
-     * @param string $dest Destination for the copy
+     * @param string $dest Absolute path to copy the file to.
      * @param bool $overwrite Overwrite $dest if exists
      * @return bool Success
      */