phpstan boolean corrections

This commit is contained in:
2025-10-09 13:57:30 +02:00
parent 03fa79c93b
commit b132956ddc
37 changed files with 149 additions and 623 deletions

View File

@@ -48,7 +48,7 @@ class TimelineReportProvider implements TimelineProviderInterface
public function getEntities(array $ids)
{
$reports = $this->em->getRepository('ChillReportBundle:Report')
$reports = $this->em->getRepository(Report::class)
->findBy(['id' => $ids]);
$result = [];