File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/internal/Magento/Framework/View/Asset/PreProcessor Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Framework \View \Asset \PreProcessor ;
7
7
8
8
use Magento \Framework \ObjectManagerInterface ;
9
+ use Magento \Framework \View \Asset \ContentProcessorInterface ;
9
10
use Magento \Framework \View \Asset \File \FallbackContext ;
10
11
use Magento \Framework \View \Asset \LockerProcessInterface ;
11
- use Magento \Framework \View \Asset \ContentProcessorInterface ;
12
12
use Magento \Framework \View \Asset \PreProcessor \AlternativeSource \AssetBuilder ;
13
13
14
14
/**
@@ -171,7 +171,8 @@ public function getAlternativesExtensionsNames()
171
171
172
172
/**
173
173
* Check if file extension supported
174
- * @param $ext string
174
+ *
175
+ * @param string $ext
175
176
* @return bool
176
177
*/
177
178
public function isExtensionSupported ($ ext )
You can’t perform that action at this time.
0 commit comments