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
* 6.4:
[Routing] Add test to validate that default value is allowed to not match requirement
fix handling required options
Fix @var phpdoc
[Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority
[FrameworkBundle] fix phpdoc in `MicroKernelTrait`
Fixed validator translations for Albanian
@@ -60,9 +62,9 @@ class MongoDbStore implements PersistingStoreInterface
60
62
privatearray$options;
61
63
62
64
/**
63
-
* @param Collection|Client|Manager|string $mongo An instance of a Collection or Client or URI @see https://docs.mongodb.com/manual/reference/connection-string/
64
-
* @param array $options See below
65
-
* @param float $initialTtl The expiration delay of locks in seconds
65
+
* @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/
66
+
* @param array $options See below
67
+
* @param float $initialTtl The expiration delay of locks in seconds
66
68
*
67
69
* @throws InvalidArgumentException If required options are not provided
68
70
* @throws InvalidTtlException When the initial ttl is not valid
@@ -88,8 +90,10 @@ class MongoDbStore implements PersistingStoreInterface
0 commit comments