Skip to content

Merge pull request #19469 from MauricioFauth/privs-user-globals #1255

Merge pull request #19469 from MauricioFauth/privs-user-globals

Merge pull request #19469 from MauricioFauth/privs-user-globals #1255

Triggered via push December 23, 2024 18:16
Status Success
Total duration 2m 22s
Artifacts
Matrix: Infection
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Infection (8.2, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Infection (8.2, ubuntu-latest): src/Server/Privileges.php#L959
Escaped Mutant for Mutator "PublicVisibility": --- Original +++ New @@ @@ * * @return string REQUIRE clause */ - public function getRequireClause() : string + protected function getRequireClause() : string { /** @var string|null $sslType */ $sslType = $_POST['ssl_type'] ?? $this->sslType;