Skip to content

Commit 7b7d502

Browse files
committed
Rewrite locker API
1 parent 0a3c227 commit 7b7d502

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Postgres/Enum/PostgresLockAccessModeEnum.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
/**
88
* PostgresLockAccessModeEnum defines the access mode of advisory lock acquisition.
9+
*
10+
* TODO: Need string values only for tests, should add match to tests instead.
911
*/
1012
enum PostgresLockAccessModeEnum: string
1113
{

0 commit comments

Comments
 (0)