Skip to content

Commit 4240fe5

Browse files
committed
fix lint
1 parent 19e09dd commit 4240fe5

File tree

1 file changed

+3
-3
lines changed
  • app/code/Meta/BusinessExtension/Model/System

1 file changed

+3
-3
lines changed

app/code/Meta/BusinessExtension/Model/System/Config.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@ public function isAutoNewsletterSubscriptionOn($scopeId = null, $scope = null):
483483
/**
484484
* Get config
485485
*
486-
* @param string $configPath
487-
* @param int $scopeId
488-
* @param int $scope
486+
* @param string $configPath
487+
* @param int $scopeId
488+
* @param int $scope
489489
* @return mixed
490490
* @todo implement method for getting boolean values
491491
*/

0 commit comments

Comments
 (0)