Skip to content

Commit 941a924

Browse files
committed
bug #44539 [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection (GromNaN)
This PR was merged into the 5.4 branch. Discussion ---------- [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #44535 | License | MIT | Doc PR | - Commits ------- adbaed9 [Lock] Fix missing argument in PostgreSqlStore::putOffExpiration with DBAL connection
2 parents 6e42e99 + adbaed9 commit 941a924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Lock/Store/PostgreSqlStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function saveRead(Key $key)
143143
public function putOffExpiration(Key $key, float $ttl)
144144
{
145145
if (isset($this->dbalStore)) {
146-
$this->dbalStore->putOffExpiration($key);
146+
$this->dbalStore->putOffExpiration($key, $ttl);
147147

148148
return;
149149
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy