Skip to content

Commit 832d41e

Browse files
susnuxcome-nc
andauthored
Update apps/settings/lib/SetupChecks/CheckServerResponseTrait.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 18d3b4f commit 832d41e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/lib/SetupChecks/CheckServerResponseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ protected function getTestUrls(string $url, bool $isRootRequest = false): array
8888
/**
8989
* Strip a trailing slash and remove the webroot if requested.
9090
* @param string $url The URL to normalize. Should be an absolute URL containing scheme, host and optionally web-root.
91-
* @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
91+
* @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
9292
*/
9393
protected function normalizeUrl(string $url, bool $removeWebroot): string {
9494
if ($removeWebroot) {

0 commit comments

Comments
 (0)