Skip to content

Commit 09a681d

Browse files
MAGETWO-90998: Extension developer has to specify all fields in order to extend content type.
- fix testStrictTypes failure
1 parent 05e0c80 commit 09a681d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/_files/content_type/groups_expected_merged_array.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
return [
710
'groups' => [
811
'group1' => [

dev/tests/integration/testsuite/Magento/PageBuilder/_files/content_type/type3_expected_merged_array.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
return [
710
'types' => [
811
'type3' => [

0 commit comments

Comments
 (0)