Skip to content

Commit fda71af

Browse files
updating storeId to null
1 parent 9221e6e commit fda71af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Model/EmailNotification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ public function passwordResetConfirmation(CustomerInterface $customer)
362362
* @param CustomerInterface $customer
363363
* @param string $type
364364
* @param string $backUrl
365-
* @param int $storeId
365+
* @param int|null $storeId
366366
* @param string $sendemailStoreId
367367
* @return void
368368
* @throws LocalizedException
@@ -371,7 +371,7 @@ public function newAccount(
371371
CustomerInterface $customer,
372372
$type = self::NEW_ACCOUNT_EMAIL_REGISTERED,
373373
$backUrl = '',
374-
$storeId = 0,
374+
$storeId = null,
375375
$sendemailStoreId = null
376376
) {
377377
$types = self::TEMPLATE_TYPES;

0 commit comments

Comments
 (0)