solutionProviderRepository = $solutionProviderRepository; } /** * {@inheritdoc} */ public function getFromThrowable(Throwable $throwable): array // @phpstan-ignore-line { return $this->solutionProviderRepository->getSolutionsForThrowable($throwable); // @phpstan-ignore-line } }