diff --git a/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php b/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php index 9a71518e09d1c..3080829cb00c4 100644 --- a/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php +++ b/apps/settings/lib/SetupChecks/CheckServerResponseTrait.php @@ -88,7 +88,7 @@ protected function getTestUrls(string $url, bool $isRootRequest = false): array /** * Strip a trailing slash and remove the webroot if requested. * @param string $url The URL to normalize. Should be an absolute URL containing scheme, host and optionally web-root. - * @param string $removeWebroot If set the web-root is removed from the URL and an absolute URL with only the scheme and host (optional port) is returned + * @param bool $removeWebroot If set the web-root is removed from the URL and an absolute URL with only the scheme and host (optional port) is returned */ protected function normalizeUrl(string $url, bool $removeWebroot): string { if ($removeWebroot) {