File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
lib/internal/Magento/Framework/Less Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 10
10
use Magento \Framework \View \Asset \PreProcessor \Chain ;
11
11
use Magento \Framework \View \Asset \SourceFileGeneratorInterface ;
12
12
13
+ /**
14
+ * Class FileGenerator
15
+ * @package Magento\Framework\Less
16
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17
+ */
13
18
class FileGenerator implements SourceFileGeneratorInterface
14
19
{
15
20
/**
@@ -71,8 +76,6 @@ class FileGenerator implements SourceFileGeneratorInterface
71
76
* @param FileGenerator\RelatedGenerator $relatedGenerator
72
77
* @param Config $config
73
78
* @param File\Temporary $temporaryFile
74
- *
75
- * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
76
79
*/
77
80
public function __construct (
78
81
\Magento \Framework \Filesystem $ filesystem ,
You can’t perform that action at this time.
0 commit comments