Skip to content

Commit be12f71

Browse files
author
Michael Yu
committed
MAGETWO-91307: Clean up typescript errors
- Resolved bamboo livecodetest failures
1 parent 0c47c8f commit be12f71

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

app/code/Magento/PageBuilder/Model/ContentType/DataProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\PageBuilder\Model\ContentType;
710

811
/**

dev/tests/integration/_files/Magento/TestModulePageBuilderDataMigration/Model/Attribute/ContentType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\TestModulePageBuilderDataMigration\Model\Attribute;
710

811
use Magento\Framework\Api\AttributeValueFactory;

dev/tests/integration/_files/Magento/TestModulePageBuilderDataMigration/Model/Install/ContentType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\TestModulePageBuilderDataMigration\Model\Install;
710

811
use Magento\TestModulePageBuilderDataMigration\Setup\EntitySetupFactory;

dev/tests/integration/_files/Magento/TestModulePageBuilderDataMigration/Model/ResourceModel/Attribute/ContentType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
declare(strict_types=1);
8+
69
namespace Magento\TestModulePageBuilderDataMigration\Model\ResourceModel\Attribute;
710

811
class ContentType extends \Magento\Eav\Model\ResourceModel\Entity\Attribute\Set

0 commit comments

Comments
 (0)