mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 03:23:48 +00:00
Apply rector rules + fix CS
This commit is contained in:
@@ -28,7 +28,7 @@ class ChillDocumentLockManager implements DocumentLockManagerInterface
|
||||
|
||||
public function __construct(
|
||||
private readonly ChillRedis $redis,
|
||||
private int $ttlAfterDeleteSeconds = self::LOCK_GRACEFUL_DURATION_TIME
|
||||
private readonly int $ttlAfterDeleteSeconds = self::LOCK_GRACEFUL_DURATION_TIME
|
||||
) {
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user