Skip to content

Commit

Permalink
Merge branch '2.4-develop' into 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JackerNgo committed Jan 18, 2021
2 parents f0e2cf3 + 654f20e commit df8f442
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Block/Adminhtml/AbandonedCart/Edit/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ public function format(Address $address, $storeId, $type = 'html')
}

/**
* @param string|int $customerGroupId
*
* @return string
*/
public function getCustomerGroupName($customerGroupId)
Expand Down
5 changes: 5 additions & 0 deletions Helper/EmailMarketing.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ class EmailMarketing extends Data
* @var null
*/
protected $_salesAmountExpression= null;

/**
* EmailMarketing constructor.
*
Expand All @@ -233,6 +234,10 @@ class EmailMarketing extends Data
* @param ReportOrderCollectionFactory $reportCollectionFactory
* @param CustomerFactory $customerFactory
* @param SubscriberFactory $subscriberFactory
* @param GroupFactory $groupFactory
* @param OrderConfig $orderConfig
* @param TimezoneInterface $localeDate
* @param Config $addressConfig
* @param LoggerInterface $logger
*/
public function __construct(
Expand Down
3 changes: 2 additions & 1 deletion Observer/Quote/SetToken.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class SetToken implements ObserverInterface
protected $random;

/**
* BuildACEData constructor.
* SetToken constructor.
*
* @param Random $random
*/
public function __construct(
Expand Down

0 comments on commit df8f442

Please sign in to comment.