mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 04:08:57 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -70,11 +70,11 @@ use Symfony\Contracts\Translation\TranslatorInterface;
|
|||
*/
|
||||
class ToolsTreeBuilder
|
||||
{
|
||||
protected $translator;
|
||||
protected $urlGenerator;
|
||||
protected $keyGenerator;
|
||||
protected $cache;
|
||||
protected $security;
|
||||
protected TranslatorInterface $translator;
|
||||
protected UrlGeneratorInterface $urlGenerator;
|
||||
protected UserCacheKeyGenerator $keyGenerator;
|
||||
protected TagAwareCacheInterface $cache;
|
||||
protected Security $security;
|
||||
|
||||
public function __construct(TranslatorInterface $translator, UrlGeneratorInterface $urlGenerator,
|
||||
TagAwareCacheInterface $treeCache, UserCacheKeyGenerator $keyGenerator,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue