We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6697e01 commit cedec63Copy full SHA for cedec63
app/code/Magento/Eav/Model/ResourceModel/ReadHandler.php
@@ -125,6 +125,7 @@ protected function getContextVariables(ScopeInterface $scope)
125
* @throws LocalizedException
126
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
127
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
128
+ * @SuppressWarnings(PHPMD.NPathComplexity)
129
*/
130
public function execute($entityType, $entityData, $arguments = [])
131
{
0 commit comments