Skip to content

Commit 2516adb

Browse files
author
Anton Komarev
committed
Code style fix
1 parent 14d4e23 commit 2516adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LockId/PostgresLockId.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
final class PostgresLockId
1919
{
2020
private const MIN_DB_INT_VALUE = 0;
21-
private const MAX_DB_INT_VALUE = PHP_INT_MAX;
21+
private const MAX_DB_INT_VALUE = 9223372036854775807;
2222

2323
private int $id;
2424

0 commit comments

Comments
 (0)