Add ability to set custom config modifiers #261
Annotations
2 warnings
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();
}
|
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) {
|
The logs for this run have expired and are no longer available.
Loading