Skip to content

Commit 481915f

Browse files
committed
MAGETWO-35298: Deploy script modifies LESS files with "@urls-resolved: true" line(-s)
- added defect
1 parent 67f29eb commit 481915f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/internal/Magento/Framework/Less/FileGenerator.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
use Magento\Framework\View\Asset\PreProcessor\Chain;
1111
use Magento\Framework\View\Asset\SourceFileGeneratorInterface;
1212

13+
/**
14+
* Class FileGenerator
15+
* @package Magento\Framework\Less
16+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
17+
*/
1318
class FileGenerator implements SourceFileGeneratorInterface
1419
{
1520
/**
@@ -71,8 +76,6 @@ class FileGenerator implements SourceFileGeneratorInterface
7176
* @param FileGenerator\RelatedGenerator $relatedGenerator
7277
* @param Config $config
7378
* @param File\Temporary $temporaryFile
74-
*
75-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
7679
*/
7780
public function __construct(
7881
\Magento\Framework\Filesystem $filesystem,

0 commit comments

Comments
 (0)