mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 21:18:46 +02:00
N°8910 - Upgrade Symfony packages
This commit is contained in:
2
lib/symfony/cache/Traits/Redis5Proxy.php
vendored
2
lib/symfony/cache/Traits/Redis5Proxy.php
vendored
@@ -81,7 +81,7 @@ class Redis5Proxy extends \Redis implements ResetInterface, LazyObjectInterface
|
||||
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->append(...\func_get_args());
|
||||
}
|
||||
|
||||
public function auth($auth)
|
||||
public function auth(#[\SensitiveParameter] $auth)
|
||||
{
|
||||
return ($this->lazyObjectState->realInstance ??= ($this->lazyObjectState->initializer)())->auth(...\func_get_args());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user