Skip to content

Commit fbc92c9

Browse files
committed
ACPT-1523: Fix Static test failures on application-server
1 parent 682f51e commit fbc92c9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
67

78
namespace Magento\BundleImportExport\Model\Import\Product\Type;
89

dev/tests/integration/testsuite/Magento/Framework/ObjectManager/ResetAfterRequestTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
/**
1616
* Test that verifies that resetState method for classes cause the state to be the same as it was initially constructed
1717
* @magentoDbIsolation disabled
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
20+
* @SuppressWarnings(PHPMD.NPathComplexity)
1821
*/
1922
class ResetAfterRequestTest extends \PHPUnit\Framework\TestCase
2023
{

0 commit comments

Comments
 (0)