Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] fix(setup-checks): Ensure URL with webroot works #47944

Merged
merged 2 commits into from
Sep 18, 2024

refactor(settings): `CheckServerResponseTrait` always expect absolute…

71d870d
Select commit
Loading
Failed to load commit list.
Merged

[stable30] fix(setup-checks): Ensure URL with webroot works #47944

refactor(settings): `CheckServerResponseTrait` always expect absolute…
71d870d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Psalm succeeded Sep 15, 2024 in 7s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 97 in apps/settings/lib/SetupChecks/CheckServerResponseTrait.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyUndefinedArrayOffset Note

Possibly undefined array key $segments['scheme'] on array{fragment?: string, host?: string, pass?: string, path?: string, port?: int, query?: string, scheme?: string, user?: string}|false

Check notice on line 97 in apps/settings/lib/SetupChecks/CheckServerResponseTrait.php

See this annotation in the file changed.

Code scanning / Psalm

PossiblyUndefinedArrayOffset Note

Possibly undefined array key $segments['host'] on array{fragment?: string, host?: string, pass?: string, path?: string, port?: int, query?: string, scheme?: string, user?: string}|false