Skip to content

Commit 269f116

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Messenger] Fix requiring symfony/deprecation-contracts [AssetMapper] Warn of missing or incompat dependencies Added missing Uzbek translations. [Messenger] [Sqs] Add `AddFifoStamp` middleware DX: nullable_type_declaration [HtmlSanitizer] Add support for sanitizing unlimited length of HTML document [Validator] Add missing Finnish translations [FrameworkBundle][Routing][Translation][Workflow] Move some compiler passes from FrameworkBundle to components
2 parents 0d68488 + d602863 commit 269f116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Util/OrderedHashMapIterator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class OrderedHashMapIterator implements \Iterator
3232
private int $cursorId;
3333
/** @var array<int, int> */
3434
private array $managedCursors;
35-
private string|null $key = null;
35+
private ?string $key = null;
3636
/** @var TValue|null */
3737
private mixed $current = null;
3838

0 commit comments

Comments
 (0)