From 669598b803d71963dd50779ee9bbb633110d572d Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 6 Jan 2011 22:33:21 +0000 Subject: [PATCH] Fix docs per comment on r78774 --- includes/installer/CoreInstaller.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/installer/CoreInstaller.php b/includes/installer/CoreInstaller.php index e852760fbf..011890509b 100644 --- a/includes/installer/CoreInstaller.php +++ b/includes/installer/CoreInstaller.php @@ -589,7 +589,8 @@ abstract class CoreInstaller extends Installer { /** * Add an installation step following the given step. * - * @param $callback Array A valid callback array, with name and callback given + * @param $callback Array A valid installation callback array, in this form: + * array( 'name' => 'some-unique-name', 'callback' => array( $obj, 'function' ) ); * @param $findStep String the step to find. Omit to put the step at the beginning */ public function addInstallStep( $callback, $findStep = '' ) { -- 2.20.1