DX: fix cs

This commit is contained in:
2023-01-25 13:36:35 +01:00
parent e36d2a5eec
commit 459df26fef
7 changed files with 13 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ class ChillDocumentLockManager implements DocumentLockManagerInterface
private const LOCK_DURATION = 60 * 30;
/**
* Number of seconds to keep the lock after the delete lock operation
* Number of seconds to keep the lock after the delete lock operation.
*/
private const LOCK_GRACEFUL_DURATION_TIME = 3;