File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Deploy/Package/Processor/PreProcessor Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1111use Magento \Deploy \Package \PackageFile ;
1212use Magento \Deploy \Package \Processor \ProcessorInterface ;
1313use Magento \Deploy \Service \DeployStaticFile ;
14- use Magento \Framework \View \Asset \PreProcessor \FileNameResolver ;
15- use Magento \Framework \View \Asset \Minification ;
1614use Magento \Framework \Css \PreProcessor \Instruction \Import ;
15+ use Magento \Framework \View \Asset \Minification ;
1716use Magento \Framework \View \Asset \NotationResolver ;
17+ use Magento \Framework \View \Asset \PreProcessor \FileNameResolver ;
1818use 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
You can’t perform that action at this time.
0 commit comments