Release 2.47 (#5784)

This commit is contained in:
Kevin Papst
2026-01-25 09:51:22 +01:00
committed by GitHub
parent 6a86afb5fd
commit d429c56687
81 changed files with 2487 additions and 3801 deletions

View File

@@ -18,10 +18,10 @@ use Twig\Environment;
class HtmlRendererFactoryMock extends AbstractMockFactory
{
public function create(): HtmlRendererFactory
public function create(?Environment $environment = null): HtmlRendererFactory
{
return new HtmlRendererFactory(
$this->createMock(Environment::class),
$environment ?? $this->createMock(Environment::class),
$this->createMock(EventDispatcherInterface::class),
$this->createMock(ProjectStatisticService::class),
$this->createMock(ActivityStatisticService::class)