You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,9 +63,9 @@ class MongoDbStore implements PersistingStoreInterface
61
63
privatefloat$initialTtl;
62
64
63
65
/**
64
-
* @param Collection|Client|Manager|string $mongo An instance of a Collection or Client or URI @see https://docs.mongodb.com/manual/reference/connection-string/
65
-
* @param array $options See below
66
-
* @param float $initialTtl The expiration delay of locks in seconds
66
+
* @param Collection|Database|Client|Manager|string $mongo An instance of a Collection or Client or URI @see https://docs.mongodb.com/manual/reference/connection-string/
67
+
* @param array $options See below
68
+
* @param float $initialTtl The expiration delay of locks in seconds
67
69
*
68
70
* @throws InvalidArgumentException If required options are not provided
69
71
* @throws InvalidTtlException When the initial ttl is not valid
@@ -89,8 +91,10 @@ class MongoDbStore implements PersistingStoreInterface
0 commit comments