Rector changes and immplementations of required methods

This commit is contained in:
2025-05-22 17:47:07 +02:00
parent 053b92b77c
commit 17db59d221
1138 changed files with 2656 additions and 2616 deletions

View File

@@ -72,4 +72,9 @@ class MachineHttpClient implements HttpClientInterface
{
return $this->decoratedClient->stream($responses, $timeout);
}
public function withOptions(array $options): static
{
return $this;
}
}

View File

@@ -35,7 +35,7 @@ use TheNetworg\OAuth2\Client\Provider\Azure;
class RemoteCalendarCompilerPass implements CompilerPassInterface
{
public function process(ContainerBuilder $container)
public function process(ContainerBuilder $container): void
{
$config = $container->getParameter('chill_calendar');