mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-11 18:02:59 +01:00
Use typed properties
This commit is contained in:
@@ -54,9 +54,9 @@ use Symfony\Contracts\Cache\TagAwareCacheInterface;
|
||||
*/
|
||||
class NodesListBuilder
|
||||
{
|
||||
protected $em;
|
||||
protected $cache;
|
||||
protected $keyGenerator;
|
||||
protected EntityManagerInterface $em;
|
||||
protected TagAwareCacheInterface $cache;
|
||||
protected UserCacheKeyGenerator $keyGenerator;
|
||||
|
||||
public function __construct(EntityManagerInterface $em, TagAwareCacheInterface $treeCache, UserCacheKeyGenerator $keyGenerator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user