File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/code/Magento/Customer/Model/ResourceModel
dev/tests/api-functional/testsuite/Magento/Customer/Api Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,7 @@ public function __construct(
196
196
* @throws \Magento\Framework\Exception\LocalizedException
197
197
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
198
198
* @SuppressWarnings(PHPMD.NPathComplexity)
199
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
199
200
*/
200
201
public function save (CustomerInterface $ customer , $ passwordHash = null )
201
202
{
Original file line number Diff line number Diff line change 31
31
*/
32
32
class CustomerRepositoryTest extends WebapiAbstract
33
33
{
34
- private const SERVICE_VERSION = 'V1 ' ;
35
- private const SERVICE_NAME = 'customerCustomerRepositoryV1 ' ;
36
- private const RESOURCE_PATH = '/V1/customers ' ;
34
+ const SERVICE_VERSION = 'V1 ' ;
35
+ const SERVICE_NAME = 'customerCustomerRepositoryV1 ' ;
36
+ const RESOURCE_PATH = '/V1/customers ' ;
37
37
38
38
private const STUB_INVALID_CUSTOMER_GROUP_ID = 777 ;
39
39
You can’t perform that action at this time.
0 commit comments