Skip to content

Commit 5b356d5

Browse files
committed
Merge branch 'MAGETWO-63479' of github.com:magento-troll/magento2ce into MAGETWO-58456
2 parents 8cf5631 + d84df1e commit 5b356d5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/Rule/Model/AbstractModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ abstract public function getActionsInstance();
9595
* @param ExtensionAttributesFactory|null $extensionFactory
9696
* @param AttributeValueFactory|null $customAttributeFactory
9797
* @param \Magento\Framework\Serialize\Serializer\Json $serializer
98+
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
9899
*/
99100
public function __construct(
100101
\Magento\Framework\Model\Context $context,

app/code/Magento/Rule/Test/Unit/Model/AbstractModelTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Class AbstractModelTest. Unit test for \Magento\Rule\Model\AbstractModel
1111
*
1212
* @package Magento\Rule\Test\Unit\Model
13+
*
14+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1315
*/
1416
class AbstractModelTest extends \PHPUnit_Framework_TestCase
1517
{

0 commit comments

Comments
 (0)