Skip to content

Commit 956d3e1

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

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/System/ConfigTest.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\Backend\Controller\Adminhtml\System;
710

811
use Magento\TestFramework\Helper\Bootstrap;

dev/tests/integration/testsuite/Magento/Weee/Model/TaxTest.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\Weee\Model;
710

811
use Magento\Customer\Api\Data\CustomerDataBuilder;

dev/tests/unit/testsuite/Magento/Framework/Code/Validator/ConstructorArgumentTypesTest.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\Framework\Code\Validator;
710

811
class ConstructorArgumentTypesTest extends \PHPUnit_Framework_TestCase

dev/tests/unit/testsuite/Magento/GoogleShopping/Model/ObserverTest.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\GoogleShopping\Model;
810

911
use Magento\TestFramework\Helper\ObjectManager as ObjectManagerHelper;

dev/tests/unit/testsuite/Magento/Tools/Di/App/Task/OperationFactoryTest.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\Tools\Di\App\Task;
710

811
class OperationFactoryTest extends \PHPUnit_Framework_TestCase

0 commit comments

Comments
 (0)