Skip to content

Commit d602863

Browse files
keradusnicolas-grekas
authored andcommitted
DX: nullable_type_declaration
1 parent e1ccd76 commit d602863

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)