Skip to content

Commit 2e5d7b7

Browse files
Fixed the static tests and updated copyright
1 parent 8683096 commit 2e5d7b7

File tree

2 files changed

+5
-5
lines changed
  • app/code/Magento

2 files changed

+5
-5
lines changed

app/code/Magento/AsynchronousOperations/Controller/Adminhtml/Index/Index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2016 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\AsynchronousOperations\Controller\Adminhtml\Index;

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Newsletter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66
namespace Magento\Sales\Block\Adminhtml\Order\Create;
77

88
/**
99
* Adminhtml sales order create newsletter block
1010
*
1111
* @api
12-
* @author Magento Core Team <[email protected]>
12+
* Magento Core Team <[email protected]>
1313
* @since 100.0.2
1414
*/
1515
class Newsletter extends AbstractCreate

0 commit comments

Comments
 (0)