Skip to content

Commit 67db664

Browse files
committed
MAGETWO-32872: Create pull request for S45 Controller Refactoring
1 parent 6bff1e1 commit 67db664

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/code/Magento/Sales/Controller/Download/DownloadCustomOption.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public function __construct(
4444
* @return void|\Magento\Framework\Controller\Result\Forward
4545
*
4646
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
47+
* @SuppressWarnings(PHPMD.ExitExpression)
4748
*/
4849
public function execute()
4950
{

dev/tests/unit/testsuite/Magento/Sales/Controller/Adminhtml/Order/Creditmemo/ViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
/**
99
* Class ViewTest
10-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
10+
* @SuppressWarnings(PHPMD.TooManyFields)
1111
*/
1212
class ViewTest extends \PHPUnit_Framework_TestCase
1313
{

dev/tests/unit/testsuite/Magento/Sales/Controller/Adminhtml/Order/ViewTest.php

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

88
/**
99
* @covers \Magento\Sales\Controller\Adminhtml\Order\View
10+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1011
*/
1112
class ViewTest extends \PHPUnit_Framework_TestCase
1213
{

0 commit comments

Comments
 (0)