You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\Symfony\Component\Lock\Store\PostgreSqlStore::putOffExpiration calls \Symfony\Component\Lock\Store\DoctrineDbalPostgreSqlStore::putOffExpiration and passes only one argument, but two arguments are required.
if (isset($this->dbalStore)) {
$this->dbalStore->putOffExpiration($key);
return;
}
Use PostgreSqlStore and call $lock->acquire(true);
Possible Solution
No response
Additional Context
"class": "ArgumentCountError",
"message": "Too few arguments to function Symfony\\Component\\Lock\\Store\\DoctrineDbalPostgreSqlStore::putOffExpiration(), 1 passed in vendor/symfony/lock/Store/PostgreSqlStore.php on line 146 and exactly 2 expected",
"code": 0,
"file": "vendor/symfony/lock/Store/DoctrineDbalPostgreSqlStore.php:104",
"trace": [
"vendor/symfony/lock/Store/PostgreSqlStore.php:146",
"vendor/symfony/lock/Lock.php:205",
"vendor/symfony/lock/Lock.php:102",