79454283

Date: 2025-02-20 11:17:14
Score: 3
Natty:
Report link

Thanks to the Paweł's answers you have to set the HydratationMode on the $paginator->getQuery()

So it will be :

$paginator->getQuery()->setHydrationMode(\Doctrine\ORM\Query::HYDRATE_ARRAY);

P.S : Sorry i did not have the reputation yet to only put a comment on Pawel's answer

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1.5): the reputation
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Julien ARBEY