Skip to content

Commit cc2220d

Browse files
authored
Merge pull request #3 from YouweGit/feature/P002861-24-null-typing-fix
Resolve null typing issue for Datetime.
2 parents 004488d + 582933e commit cc2220d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Ui/Component/Listing/Column/Datetime.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public function __construct(
6767
BooleanUtils $booleanUtils,
6868
array $components = [],
6969
array $data = [],
70-
ResolverInterface $localeResolver = null,
71-
DataBundle $dataBundle = null
70+
?ResolverInterface $localeResolver = null,
71+
?DataBundle $dataBundle = null
7272
) {
7373
$this->timezone = $timezone;
7474
$this->booleanUtils = $booleanUtils;

0 commit comments

Comments
 (0)