Skip to content

Commit 8e6231b

Browse files
committed
ACP2E-517: fix static test warnings
1 parent 04cbbad commit 8e6231b

File tree

1 file changed

+4
-3
lines changed
  • app/code/Magento/Deploy/Package/Processor/PreProcessor

1 file changed

+4
-3
lines changed

app/code/Magento/Deploy/Package/Processor/PreProcessor/Less.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
use Magento\Deploy\Package\PackageFile;
1212
use Magento\Deploy\Package\Processor\ProcessorInterface;
1313
use Magento\Deploy\Service\DeployStaticFile;
14-
use Magento\Framework\View\Asset\PreProcessor\FileNameResolver;
15-
use Magento\Framework\View\Asset\Minification;
1614
use Magento\Framework\Css\PreProcessor\Instruction\Import;
15+
use Magento\Framework\View\Asset\Minification;
1716
use Magento\Framework\View\Asset\NotationResolver;
17+
use Magento\Framework\View\Asset\PreProcessor\FileNameResolver;
1818
use Magento\Framework\View\Asset\Repository;
1919

2020
/**
@@ -140,7 +140,8 @@ private function hasOverrides(PackageFile $parentFile, Package $package)
140140
}
141141

142142
/**
143-
* Checks recursively if there is a LESS file in current package which used for generating given CSS file from parent package
143+
* Checks recursively if there is a LESS file in current package
144+
* which used for generating given CSS file from parent package
144145
*
145146
* @param string $fileName
146147
* @param string $parentFile

0 commit comments

Comments
 (0)