Add ability to set custom config modifiers #260
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) {
|