Skip to content

Commit f483e5f

Browse files
MAGETWO-15371: view.xml file inheritance not working properly
1 parent 1a9b846 commit f483e5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/internal/Magento/Framework/Config/FileResolver.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
use Magento\Framework\View\Design\FileResolution\Fallback\ResolverInterface;
1616
use Magento\Framework\View\Design\Fallback\RulePool;
1717

18+
/**
19+
* Class FileResolver
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21+
*/
1822
class FileResolver implements \Magento\Framework\Config\FileResolverInterface, DesignResolverInterface
1923
{
2024
/**

0 commit comments

Comments
 (0)