diff --git a/library/Icinga/Web/Wizard.php b/library/Icinga/Web/Wizard.php index 6ba90bc4d..f92f90a37 100644 --- a/library/Icinga/Web/Wizard.php +++ b/library/Icinga/Web/Wizard.php @@ -4,6 +4,7 @@ namespace Icinga\Web; use Icinga\Forms\ConfigForm; +use Icinga\Module\Setup\Forms\ModulePage; use LogicException; use InvalidArgumentException; use Icinga\Web\Session\SessionNamespace; @@ -131,9 +132,9 @@ class Wizard * * Note that it's also possible to retrieve a nested wizard's page by using this method. * - * @param string $name The name of the page to return + * @param string $name The name of the page to return * - * @return null|Form The page or null in case there is no page with the given name + * @return ModulePage|Form|null The page or null in case there is no page with the given name */ public function getPage($name) {