Skip to content

Commit 8c6cf82

Browse files
committed
add declare strict_type
1 parent d24f1c1 commit 8c6cf82

File tree

3 files changed

+6
-0
lines changed
  • app/code/Magento

3 files changed

+6
-0
lines changed

app/code/Magento/Bundle/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/Option.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Bundle\Block\Adminhtml\Catalog\Product\Edit\Tab\Bundle;
79

810
use Magento\Framework\Data\Form\Element\AbstractElement;

app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Bundle\Ui\DataProvider\Product\Form\Modifier;
79

810
use Magento\Bundle\Model\Product\Attribute\Source\Shipment\Type as ShipmentType;

app/code/Magento/Catalog/Block/Adminhtml/Product/Edit/Tab/Options/Option.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
/**
88
* Customers defined options
99
*/
10+
declare(strict_types=1);
11+
1012
namespace Magento\Catalog\Block\Adminhtml\Product\Edit\Tab\Options;
1113

1214
use Magento\Backend\Block\Widget;

0 commit comments

Comments
 (0)