Skip to content

Commit c35ac36

Browse files
committed
Corrected code styles
1 parent bfb57ec commit c35ac36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tests/integration/testsuite/Magento/Customer/_files/customer_subscribe_rollback.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
5-
*/
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
66
// TODO: Should be removed in scope of https://github.com/magento/graphql-ce/issues/167
77

88
declare(strict_types=1);
99

1010
use Magento\Framework\App\Config\Storage\WriterInterface;
1111
use Magento\TestFramework\Helper\Bootstrap;
12+
1213
$objectManager = Bootstrap::getObjectManager();
1314
/** @var Writer $configWriter */
1415
$configWriter = $objectManager->create(WriterInterface::class);

0 commit comments

Comments
 (0)