Update metadata and build config #58
Annotations
2 warnings
src/DI/ClockExtension.php#L64
Escaped Mutant for Mutator "ArrayItemRemoval":
--- Original
+++ New
@@ @@
}
private function registerSymfonyClockAdapter(ContainerBuilder $builder, ServiceDefinition $clockDefinition) : ServiceDefinition
{
- return $builder->addDefinition($this->prefix('symfony.adapter'))->setFactory(OrisaiToSymfonyClockAdapter::class, [$clockDefinition])->setType(SymfonyClock::class)->setAutowired([SymfonyClock::class]);
+ return $builder->addDefinition($this->prefix('symfony.adapter'))->setFactory(OrisaiToSymfonyClockAdapter::class, [])->setType(SymfonyClock::class)->setAutowired([SymfonyClock::class]);
}
private function registerSymfonyClockGetter(ServiceDefinition $clockDefinition) : void
{
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v6, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading