X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FInstaller.php;h=33d4fccda0d9b4795dc1e2f6ee25e87d49197c2b;hb=7508d5aec5fc77dc0b472b051d92d579095befb9;hp=26f9bf0d3da218a65fdf891c94306f60d3844103;hpb=498df1b54e9c3a3aa2e36c6a07fc39da8b4746f7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 26f9bf0d3d..33d4fccda0 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -1803,7 +1803,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 */