mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -90,22 +90,22 @@ abstract class BaseAdminController extends AbstractController
|
|||
protected $attachment_class = '';
|
||||
protected $parameter_class = '';
|
||||
|
||||
protected $passwordEncoder;
|
||||
protected $translator;
|
||||
protected $attachmentSubmitHandler;
|
||||
protected $commentHelper;
|
||||
protected UserPasswordHasherInterface $passwordEncoder;
|
||||
protected TranslatorInterface $translator;
|
||||
protected AttachmentSubmitHandler $attachmentSubmitHandler;
|
||||
protected EventCommentHelper $commentHelper;
|
||||
|
||||
protected $historyHelper;
|
||||
protected $timeTravel;
|
||||
protected $dataTableFactory;
|
||||
protected HistoryHelper $historyHelper;
|
||||
protected TimeTravel $timeTravel;
|
||||
protected DataTableFactory $dataTableFactory;
|
||||
/**
|
||||
* @var EventDispatcher|EventDispatcherInterface
|
||||
*/
|
||||
protected $eventDispatcher;
|
||||
protected $labelGenerator;
|
||||
protected $barcodeExampleGenerator;
|
||||
protected LabelGenerator $labelGenerator;
|
||||
protected BarcodeExampleElementsGenerator $barcodeExampleGenerator;
|
||||
|
||||
protected $entityManager;
|
||||
protected EntityManagerInterface $entityManager;
|
||||
|
||||
public function __construct(TranslatorInterface $translator, UserPasswordHasherInterface $passwordEncoder,
|
||||
AttachmentSubmitHandler $attachmentSubmitHandler,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue