diff --git a/config/autoload/dependencies.local.php.dist b/config/autoload/dependencies.local.php.dist index e7fb274f..d9569029 100644 --- a/config/autoload/dependencies.local.php.dist +++ b/config/autoload/dependencies.local.php.dist @@ -1,4 +1,5 @@ [ - function (ContainerInterface $container, $instance) { + function (ContainerInterface $container, $instance): void { if ($instance instanceof Log\LoggerAwareInterface) { $instance->setLogger($container->get(Log\LoggerInterface::class)); }