mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-25 19:28:51 +02:00
Applied rector rules up to symfony 6.2
This commit is contained in:
parent
88ea920dfb
commit
a43af180a7
145 changed files with 563 additions and 889 deletions
|
@ -32,10 +32,10 @@ use Symfony\Component\Security\Core\Security;
|
|||
*/
|
||||
class UserCacheKeyGenerator
|
||||
{
|
||||
protected Security $security;
|
||||
protected \Symfony\Bundle\SecurityBundle\Security $security;
|
||||
protected RequestStack $requestStack;
|
||||
|
||||
public function __construct(Security $security, RequestStack $requestStack)
|
||||
public function __construct(\Symfony\Bundle\SecurityBundle\Security $security, RequestStack $requestStack)
|
||||
{
|
||||
$this->security = $security;
|
||||
$this->requestStack = $requestStack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue