Skip to content

Commit cc40088

Browse files
committed
ACP2E-1381: Different behaviors on snake_case formatting
1 parent eb0a57a commit cc40088

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

dev/tests/integration/testsuite/Magento/Framework/Api/Fixture/DataObject.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
2-
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
36
declare(strict_types=1);
47

58
namespace Magento\Framework\Api\Fixture;

dev/tests/integration/testsuite/Magento/Framework/Api/Fixture/DataObjectInterface.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
2-
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
36
declare(strict_types=1);
47

58
namespace Magento\Framework\Api\Fixture;

0 commit comments

Comments
 (0)