From 1e8da1f9ae32ccd1c6d19e24215e1cb293e97bbf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Jan 2010 07:54:01 +0000 Subject: - Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links. --- includes/updater.inc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'includes/updater.inc') diff --git a/includes/updater.inc b/includes/updater.inc index 173ea2deb..074d3780d 100644 --- a/includes/updater.inc +++ b/includes/updater.inc @@ -198,11 +198,11 @@ class Updater { * Updates a Drupal project, returns a list of next actions. * * @param FileTransfer $filetransfer - * Object which is a child of FileTransfer. Used for moving files + * Object that is a child of FileTransfer. Used for moving files * to the server. * @param array $overrides - * An array of settings to override defaults - * @see self::getInstallArgs + * An array of settings to override defaults; see self::getInstallArgs(). + * * @return array * An array of links which the user may need to complete the update */ @@ -254,10 +254,10 @@ class Updater { * Installs a Drupal project, returns a list of next actions. * * @param FileTransfer $filetransfer - * Object which is a child of FileTransfer. + * Object that is a child of FileTransfer. * @param array $overrides - * An array of settings to override defaults. - * @see self::getInstallArgs + * An array of settings to override defaults; see self::getInstallArgs(). + * * @return array * An array of links which the user may need to complete the install. */ -- cgit v1.2.3