mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 15:29:41 +00:00
phpstan boolean corrections
This commit is contained in:
@@ -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 = [];
|
||||
|
Reference in New Issue
Block a user