Skip to content
Snippets Groups Projects
Commit 2eb7c94e authored by Angie Byron's avatar Angie Byron
Browse files

#602518 by dww and JacobSingh: Fixed PHPDoc for includes/filetransfer/filetransfer.inc.

parent c5fe1d16
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -263,10 +263,13 @@ abstract public function isDirectory($path);
abstract public function isFile($path);
/**
* Gets the chroot property for this connection. It does this by moving up
* the tree until it finds itself. If successful, it will return a chroot.
* Return the chroot property for this connection.
*
* @return string chroot
* It does this by moving up the tree until it finds itself. If successful,
* it will return the chroot, otherwise FALSE.
*
* @return
* The chroot path for this connection or FALSE.
*/
function findChroot() {
// If the file exists as is, there is no chroot.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment