File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ abstract public function getActionsInstance();
95
95
* @param ExtensionAttributesFactory|null $extensionFactory
96
96
* @param AttributeValueFactory|null $customAttributeFactory
97
97
* @param \Magento\Framework\Serialize\Serializer\Json $serializer
98
+ * @SuppressWarnings(PHPMD.ExcessiveParameterList)
98
99
*/
99
100
public function __construct (
100
101
\Magento \Framework \Model \Context $ context ,
Original file line number Diff line number Diff line change 10
10
* Class AbstractModelTest. Unit test for \Magento\Rule\Model\AbstractModel
11
11
*
12
12
* @package Magento\Rule\Test\Unit\Model
13
+ *
14
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
15
*/
14
16
class AbstractModelTest extends \PHPUnit_Framework_TestCase
15
17
{
You can’t perform that action at this time.
0 commit comments