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 1a9b846 commit f483e5fCopy full SHA for f483e5f
lib/internal/Magento/Framework/Config/FileResolver.php
@@ -15,6 +15,10 @@
15
use Magento\Framework\View\Design\FileResolution\Fallback\ResolverInterface;
16
use Magento\Framework\View\Design\Fallback\RulePool;
17
18
+/**
19
+ * Class FileResolver
20
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
+ */
22
class FileResolver implements \Magento\Framework\Config\FileResolverInterface, DesignResolverInterface
23
{
24
/**
0 commit comments