Skip to content

Commit 3626498

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Use GitHub issue form templates Add missing translations for Persian (fa) Add the missing translations for Bahasa Indonesia (id) Update README.md Fix deprecations on PHP 8.2 [DependencyInjection] Fix autowiring tagged arguments from attributes Fix commands when local vault is disabled [Lock] Fix incorrect return type in PostgreSqlStore
2 parents d70629f + 18b2db6 commit 3626498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Store/PostgreSqlStore.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\Lock\Exception\InvalidArgumentException;
1818
use Symfony\Component\Lock\Exception\LockConflictedException;
1919
use Symfony\Component\Lock\Key;
20-
use Symfony\Component\Lock\PersistingStoreInterface;
20+
use Symfony\Component\Lock\SharedLockStoreInterface;
2121

2222
/**
2323
* PostgreSqlStore is a PersistingStoreInterface implementation using
@@ -302,7 +302,7 @@ private function checkDriver(): void
302302
}
303303
}
304304

305-
private function getInternalStore(): PersistingStoreInterface
305+
private function getInternalStore(): SharedLockStoreInterface
306306
{
307307
$namespace = spl_object_hash($this->getConnection());
308308

0 commit comments

Comments
 (0)