From 2eb7c94ed559c5ccd1fdae1d6a282f64c2cd79fe Mon Sep 17 00:00:00 2001 From: Angie Byron <webchick@24967.no-reply.drupal.org> Date: Mon, 12 Oct 2009 20:11:04 +0000 Subject: [PATCH] #602518 by dww and JacobSingh: Fixed PHPDoc for includes/filetransfer/filetransfer.inc. --- includes/filetransfer/filetransfer.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/includes/filetransfer/filetransfer.inc b/includes/filetransfer/filetransfer.inc index f0cf9d56a38c..921b9fa5354d 100644 --- a/includes/filetransfer/filetransfer.inc +++ b/includes/filetransfer/filetransfer.inc @@ -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. -- GitLab