Skip to content

Commit 974a5fa

Browse files
author
Can Demiralp
committed
[EPC-9177] Fix constructor default value
1 parent 74f97ed commit 974a5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Adminhtml/Notification/CleanupJobNotice.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CleanupJobNotice extends Notices
2020
public function __construct(
2121
Context $context,
2222
private readonly Config $configHelper,
23-
array $data = null
23+
array $data = []
2424
) {
2525
parent::__construct($context, $data);
2626
}

0 commit comments

Comments
 (0)