Skip to content

Commit a1c9acc

Browse files
Fixed static test failures
1 parent b4dbd50 commit a1c9acc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
use Magento\Framework\Reflection\TypeProcessor;
1818
use Zend\Code\Reflection\ClassReflection;
1919

20+
/**
21+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22+
*/
2023
class TypeProcessorTest extends \PHPUnit\Framework\TestCase
2124
{
2225
/**

0 commit comments

Comments
 (0)