Skip to content

Add ability to set custom config modifiers #260

Add ability to set custom config modifiers

Add ability to set custom config modifiers #260

Triggered via push November 22, 2023 17:09
Status Success
Total duration 32s
Artifacts

mutation.yml

on: push
Matrix: mutation / roave-infection
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
mutation / PHP 8.1-ubuntu-latest: src/ApplicationRunner.php#L128
Escaped Mutant for Mutator "PublicVisibility": --- Original +++ New @@ @@ /** * @throws ErrorException */ - public final function getConfig() : ConfigInterface + protected final function getConfig() : ConfigInterface { return $this->config ??= $this->createDefaultConfig(); }
mutation / PHP 8.1-ubuntu-latest: src/ApplicationRunner.php#L136
Escaped Mutant for Mutator "PublicVisibility": --- Original +++ New @@ @@ /** * @throws ErrorException|InvalidConfigException */ - public final function getContainer() : ContainerInterface + protected final function getContainer() : ContainerInterface { $this->container ??= $this->createDefaultContainer(); if ($this->container instanceof Container) {