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

@@ -64,10 +64,7 @@ class ExportManager
*/
private array $formatters = [];
/**
* @var \Symfony\Component\Security\Core\User\UserInterface
*/
private $user;
private readonly string|\Stringable|\Symfony\Component\Security\Core\User\UserInterface $user;
public function __construct(
private readonly LoggerInterface $logger,