Skip to content

Commit cedec63

Browse files
committed
AC-1214:Price mismatch for global scope with multiple websites
- Suppressed phpmd NPathComplexity
1 parent 6697e01 commit cedec63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/ResourceModel/ReadHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ protected function getContextVariables(ScopeInterface $scope)
125125
* @throws LocalizedException
126126
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
127127
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
128+
* @SuppressWarnings(PHPMD.NPathComplexity)
128129
*/
129130
public function execute($entityType, $entityData, $arguments = [])
130131
{

0 commit comments

Comments
 (0)