From: Chad Horohoe Date: Thu, 6 Jan 2011 22:33:21 +0000 (+0000) Subject: Fix docs per comment on r78774 X-Git-Tag: 1.31.0-rc.0~32737 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28?a=commitdiff_plain;h=669598b803d71963dd50779ee9bbb633110d572d;p=lhc%2Fweb%2Fwiklou.git Fix docs per comment on r78774 --- 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 = '' ) {