Skip to content

Commit 10400b8

Browse files
committed
MAGETWO-31578: Implement tool for adding annotations to existing code
- phpcs annotations added
1 parent 956d3e1 commit 10400b8

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

app/code/Magento/Checkout/Model/Type/Onepage.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
/**
810
* One page checkout processing model
911
*/

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
namespace Magento\Customer\Model;
810

911
use Magento\Customer\Api\AccountManagementInterface;

app/code/Magento/Customer/Model/Address/Mapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
namespace Magento\Customer\Model\Address;
810

911
use Magento\Customer\Api\Data\AddressInterface;

app/code/Magento/Customer/Model/Customer/Mapper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
// @codingStandardsIgnoreFile
8+
79
namespace Magento\Customer\Model\Customer;
810

911
use Magento\Customer\Api\Data\CustomerInterface;

app/code/Magento/Customer/Model/Resource/Group/Grid/ServiceCollection.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\Customer\Model\Resource\Group\Grid;
710

811
use Magento\Core\Model\EntityFactory;

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Account.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\Sales\Block\Adminhtml\Order\Create\Form;
710

811
use Magento\Framework\Api\ExtensibleDataObjectConverter;

0 commit comments

Comments
 (0)