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 0a477c3 commit 67e8dffCopy full SHA for 67e8dff
README.md
@@ -67,7 +67,7 @@ $payment = $locker->withinSessionLevelLock(
67
$lockId,
68
function (
69
\Cog\DbLocker\Postgres\LockHandle\SessionLevelLockHandle $lock,
70
- ): Payment { // Define a type of $payment variable, and it will be resolved by analyzers
+ ): Payment { // Define a type of $payment variable, so it will be resolved by analyzers
71
if ($lock->wasAcquired) {
72
// Execute logic if lock was successful
73
} else {
0 commit comments