apply rector rules

This commit is contained in:
2023-07-28 02:40:02 +02:00
parent 157cdf6dfc
commit f570fe92a5
112 changed files with 252 additions and 562 deletions

View File

@@ -31,10 +31,7 @@ class ReportSearch extends AbstractSearch implements ContainerAwareInterface
{
use \Symfony\Component\DependencyInjection\ContainerAwareTrait;
/**
* @var \Chill\MainBundle\Entity\User
*/
private $user;
private readonly \Chill\MainBundle\Entity\User $user;
public function __construct(
private readonly EntityManagerInterface $em,