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 a5b1512 commit a2c3f8cCopy full SHA for a2c3f8c
app/code/Magento/Store/Model/DefaultStoreScopeProvider.php
@@ -36,6 +36,7 @@ public function __construct(
36
* @param string $entityType
37
* @param array $entityData
38
* @return \Magento\Framework\Model\Entity\ScopeInterface
39
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
40
*/
41
public function getContext($entityType, $entityData = [])
42
{
0 commit comments