We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3276c00 commit 18b2db6Copy full SHA for 18b2db6
Store/PostgreSqlStore.php
@@ -18,7 +18,7 @@
18
use Symfony\Component\Lock\Exception\InvalidArgumentException;
19
use Symfony\Component\Lock\Exception\LockConflictedException;
20
use Symfony\Component\Lock\Key;
21
-use Symfony\Component\Lock\PersistingStoreInterface;
+use Symfony\Component\Lock\SharedLockStoreInterface;
22
23
/**
24
* PostgreSqlStore is a PersistingStoreInterface implementation using
@@ -276,7 +276,7 @@ private function checkDriver(): void
276
}
277
278
279
- private function getInternalStore(): PersistingStoreInterface
+ private function getInternalStore(): SharedLockStoreInterface
280
{
281
$namespace = spl_object_hash($this->getConnection());
282
0 commit comments