Skip to content

Commit a2c3f8c

Browse files
committed
MAGETWO-51732: Catalog product "Use default" check problems causing data loss when updating product on non default site
- fix static test #1
1 parent a5b1512 commit a2c3f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Store/Model/DefaultStoreScopeProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function __construct(
3636
* @param string $entityType
3737
* @param array $entityData
3838
* @return \Magento\Framework\Model\Entity\ScopeInterface
39+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
3940
*/
4041
public function getContext($entityType, $entityData = [])
4142
{

0 commit comments

Comments
 (0)