Skip to content

Commit febdeed

Browse files
Merge branch '5.4' into 6.2
* 5.4: 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 [Validator] Sync IBAN formats with Swift IBAN registry [String] Use same alphabet for ByteString::fromRandom tests Fix phpdocs in components
2 parents c347610 + 963767e commit febdeed

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
@@ -337,7 +337,7 @@ private function createMongoDateTime(float $seconds): UTCDateTime
337337
/**
338338
* Retrieves an unique token for the given key namespaced to this store.
339339
*
340-
* @param Key lock state container
340+
* @param Key $key lock state container
341341
*/
342342
private function getUniqueToken(Key $key): string
343343
{

0 commit comments

Comments
 (0)