Skip to content

Commit 30ae3a8

Browse files
committed
MC-16003: Escape translation strings.
Revert strict_types.
1 parent da2db92 commit 30ae3a8

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

app/code/Magento/Backend/Block/Store/Switcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
declare(strict_types=1);
76

87
namespace Magento\Backend\Block\Store;
98

app/code/Magento/Customer/Block/Account/Dashboard/Address.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
declare(strict_types=1);
76

87
namespace Magento\Customer\Block\Account\Dashboard;
98

app/code/Magento/Customer/Block/Adminhtml/Edit/Tab/View/PersonalInfo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
declare(strict_types=1);
76

87
namespace Magento\Customer\Block\Adminhtml\Edit\Tab\View;
98

app/code/Magento/Shipping/Block/Items.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
declare(strict_types=1);
76

87
/**
98
* Sales order view items block

0 commit comments

Comments
 (0)