From 2987bfab5faaa529331af2c8b614de21726c23a3 Mon Sep 17 00:00:00 2001 From: David Woloszyn Date: Fri, 4 Nov 2022 10:42:21 +1100 Subject: [PATCH] MDL-76167 installer: Corrected dockblock param types --- lib/installlib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/installlib.php b/lib/installlib.php index 120f6eba0a0..29e4900b578 100644 --- a/lib/installlib.php +++ b/lib/installlib.php @@ -317,10 +317,10 @@ function install_print_help_page($help) { } /** - * Prints installation page header, we can no use weblib yet in installer. + * Prints installation page header, we can not use weblib yet in installer. * * @global object - * @param array $config + * @param stdClass $config * @param string $stagename * @param string $heading * @param string $stagetext @@ -377,10 +377,10 @@ function install_print_header($config, $stagename, $heading, $stagetext, $stagec } /** - * Prints installation page header, we can no use weblib yet in isntaller. + * Prints installation page header, we can not use weblib yet in installer. * * @global object - * @param array $config + * @param stdClass $config * @param bool $reload print reload button instead of next * @return void */