Merge "installer: Add a defined check to overrideConfig method"
[lhc/web/wiklou.git] / includes / installer / Installer.php
index ffa01c7..f6a5c41 100644 (file)
@@ -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
         */