Skip to content

Commit

Permalink
Update doc block to indicate absolute path requirement.
Browse files Browse the repository at this point in the history
Fixes #12567
  • Loading branch information
markstory committed Sep 17, 2018
1 parent bb9b3db commit ae7ec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filesystem/File.php
Expand Up @@ -574,7 +574,7 @@ public function folder()
/**
* 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
*/
Expand Down

0 comments on commit ae7ec50

Please sign in to comment.