Skip to content

Commit 3d63b11

Browse files
committed
AC-15345: Undefined array key in ProductRepository getById
Fix coupling between objects failure
1 parent 2a84039 commit 3d63b11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Review/Test/Unit/Block/FormTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
use Magento\Review\Model\Rating;
2727
use Magento\Review\Model\ResourceModel\Rating\Collection as RatingCollection;
2828

29+
/**
30+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31+
*/
2932
class FormTest extends TestCase
3033
{
3134
/** @var Form */

0 commit comments

Comments
 (0)