mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-24 08:07:32 +01:00
Applied rector rules up to symfony 6.2
This commit is contained in:
@@ -44,10 +44,10 @@ use Symfony\Component\Security\Core\Security;
|
||||
|
||||
class BaseEntityAdminForm extends AbstractType
|
||||
{
|
||||
protected Security $security;
|
||||
protected \Symfony\Bundle\SecurityBundle\Security $security;
|
||||
protected EventCommentNeededHelper $eventCommentNeededHelper;
|
||||
|
||||
public function __construct(Security $security, EventCommentNeededHelper $eventCommentNeededHelper)
|
||||
public function __construct(\Symfony\Bundle\SecurityBundle\Security $security, EventCommentNeededHelper $eventCommentNeededHelper)
|
||||
{
|
||||
$this->security = $security;
|
||||
$this->eventCommentNeededHelper = $eventCommentNeededHelper;
|
||||
|
||||
Reference in New Issue
Block a user