We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f97ed commit 974a5faCopy full SHA for 974a5fa
Block/Adminhtml/Notification/CleanupJobNotice.php
@@ -20,7 +20,7 @@ class CleanupJobNotice extends Notices
20
public function __construct(
21
Context $context,
22
private readonly Config $configHelper,
23
- array $data = null
+ array $data = []
24
) {
25
parent::__construct($context, $data);
26
}
0 commit comments