Skip to content

Commit b4aaa3f

Browse files
committed
ACP2E-3864: Update copyrights for PB and fix static failures
1 parent 91c8979 commit b4aaa3f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

app/code/Magento/PageBuilder/Block/Adminhtml/System/Config/SwitchAttributeType.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@
1818
*/
1919
class SwitchAttributeType extends Field
2020
{
21+
/**
22+
* @param Context $context
23+
* @param array $data
24+
* phpcs:disable Generic.CodeAnalysis.UselessOverridingMethod.Found
25+
*/
26+
public function __construct(
27+
Context $context,
28+
array $data = []
29+
) {
30+
parent::__construct($context, $data);
31+
}
32+
2133
/**
2234
* Get text for the modal title heading when user switches to disable
2335
*

0 commit comments

Comments
 (0)