Skip to content

Commit d5eb004

Browse files
committed
Rewrite logic to two keyed lock
1 parent f0c399a commit d5eb004

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Locker/PostgresAdvisoryLockScopeEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ enum PostgresAdvisoryLockScopeEnum
1414
{
1515
case Session;
1616
case Transaction;
17-
}
17+
}

src/Locker/PostgresAdvisoryLockTypeEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ enum PostgresAdvisoryLockTypeEnum
1414
{
1515
case NonBlocking;
1616
case Blocking;
17-
}
17+
}

src/Locker/PostgresLockModeEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ enum PostgresLockModeEnum: string
1111
{
1212
case Exclusive = 'ExclusiveLock';
1313
case Share = 'ShareLock';
14-
}
14+
}

0 commit comments

Comments
 (0)