Skip to content

Commit a7434bb

Browse files
author
Bryant Luk
committed
MAGETWO-38823: Stabilize builds
- Ignore PHPMD error for now for JoinProcessor
1 parent 5fd336f commit a7434bb

File tree

2 files changed

+2
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Downloadable/Model/Product
  • lib/internal/Magento/Framework/Api/ExtensionAttribute

2 files changed

+2
-0
lines changed

dev/tests/integration/testsuite/Magento/Downloadable/Model/Product/TypeTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public function testDeleteTypeSpecificData()
6969
/**
7070
* @magentoDataFixture Magento/Downloadable/_files/product_downloadable_with_files.php
7171
* @magentoAppArea adminhtml
72+
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
7273
*/
7374
public function testSaveTypeSpecificData()
7475
{

lib/internal/Magento/Framework/Api/ExtensionAttribute/JoinProcessor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
/**
2020
* Join processor allows to join extension attributes during collections loading.
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2122
*/
2223
class JoinProcessor implements \Magento\Framework\Api\ExtensionAttribute\JoinProcessorInterface
2324
{

0 commit comments

Comments
 (0)