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 893f056 commit 9440bf6Copy full SHA for 9440bf6
src/Locker/PostgresAdvisoryLockWaitModeEnum.php
@@ -20,6 +20,6 @@
20
*/
21
enum PostgresAdvisoryLockWaitModeEnum
22
{
23
- case NonBlocking;
24
case Blocking;
+ case NonBlocking;
25
}
0 commit comments