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
bug #43589 [Lock] Fix incorrect return type in PostgreSqlStore (GromNaN)
This PR was merged into the 5.3 branch.
Discussion
----------
[Lock] Fix incorrect return type in PostgreSqlStore
| Q | A
| ------------- | ---
| Branch? | 5.3
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | no
| License | MIT
| Doc PR | no
[Reported by Psalm](https://github.com/symfony/symfony/pull/43587/checks?check_run_id=3939988273):
```
ERROR: UndefinedInterfaceMethod - src/Symfony/Component/Lock/Store/PostgreSqlStore.php:235:36 - Method Symfony\Component\Lock\PersistingStoreInterface::saveRead does not exist (see https://psalm.dev/181)
$this->getInternalStore()->saveRead($key);
```
Commits
-------
729a019 [Lock] Fix incorrect return type in PostgreSqlStore
0 commit comments