X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FInstaller.php;h=f6a5c41fb2c7076781529d5fe2f861099af89fb4;hp=ffa01c73ee219420c761158f8d2507d8e127e254;hb=d15ac3bd518c1e270cbd8c4f878840ad05281a4c;hpb=9d585dcc6d8010eb2c874c31e8b7e5d30cdc045a diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index ffa01c73ee..f6a5c41fb2 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1805,7 +1805,7 @@ abstract class Installer { /** * Add an installation step following the given step. * - * @param callable $callback A valid installation callback array, in this form: + * @param array $callback A valid installation callback array, in this form: * [ 'name' => 'some-unique-name', 'callback' => [ $obj, 'function' ] ]; * @param string $findStep The step to find. Omit to put the step at the beginning */