Skip to content

Commit 3fb8929

Browse files
Merge branch '6.2' into 6.3
* 6.2: fix style of label containing new lines in PUML dump [TwigBridge] Allow floats in html5 input type number field [Translation] Handle the translation of empty strings [VarDumper] Fix error when reflected class has default Enum parameter in constructor [FrameworkBundle] Fix denyAccessUnlessGranted for mixed attributes [Validator] Fix translation of AtLeastOneOf constraint message do not drop embed label classes [Validator] Sync IBAN formats with Swift IBAN registry Update Infobip API transport to use the API V3 [String] Use same alphabet for ByteString::fromRandom tests Fix phpdocs in components Fix the rendering of query explanation with Postgresql
2 parents 79284ac + febdeed commit 3fb8929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/MongoDbStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ private function createMongoDateTime(float $seconds): UTCDateTime
353353
/**
354354
* Retrieves an unique token for the given key namespaced to this store.
355355
*
356-
* @param Key lock state container
356+
* @param Key $key lock state container
357357
*/
358358
private function getUniqueToken(Key $key): string
359359
{

0 commit comments

Comments
 (0)