Skip to content

Commit 67e8dff

Browse files
committed
Leave only *Handler API
1 parent 0a477c3 commit 67e8dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $payment = $locker->withinSessionLevelLock(
6767
$lockId,
6868
function (
6969
\Cog\DbLocker\Postgres\LockHandle\SessionLevelLockHandle $lock,
70-
): Payment { // Define a type of $payment variable, and it will be resolved by analyzers
70+
): Payment { // Define a type of $payment variable, so it will be resolved by analyzers
7171
if ($lock->wasAcquired) {
7272
// Execute logic if lock was successful
7373
} else {

0 commit comments

Comments
 (0)