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 740d7ca commit 4a99de6
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 @@ -10,7 +10,7 @@ final class Cfg {
* "Refactor the `Ebizmarts_MailChimp` module": https://github.com/thehcginstitute-com/m1/issues/524
* @used-by hcg_mc_cfg_scope()
*/
static function isExtraEntry($config, $scope, $scopeId, $websiteId):bool {
static function isExtraEntry(C $config, $scope, $scopeId, $websiteId):bool {
$h = hcg_mc_h();
return $h->isNotDefaultScope($config)
&& ($h->isIncorrectScope($config, $scope)
Expand Down

0 comments on commit 4a99de6

Please sign in to comment.