summaryrefslogtreecommitdiff
path: root/includes/updater.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/updater.inc')
-rw-r--r--includes/updater.inc12
1 files changed, 6 insertions, 6 deletions
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.
*/