Skip to content

Commit

Permalink
https://github.com/thehcginstitute-com/m1/issues/641
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 8, 2024
1 parent d568cc8 commit 498fe5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/local/HCG/MailChimp/Cfg.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class Cfg {
* "Refactor the `Ebizmarts_MailChimp` module": https://github.com/thehcginstitute-com/m1/issues/524
* @used-by self::::getMailChimpScopeByStoreId()
* @used-by self::getApiByMailChimpStoreId()
* @used-by HCG\MailChimp\Tags\ProcessMergeFields::_addSubscriberData()
* @used-by \HCG\MailChimp\Tags\ProcessMergeFields::_addSubscriberData()
*/
static function firstScopeFromConfig(string $p, string $v):?array {
$r = null; /** @var ?array(string => mixed) $r */
Expand Down

0 comments on commit 498fe5c

Please sign in to comment.