Skip to content

Commit 753de17

Browse files
Fix code style
1 parent 11eafa6 commit 753de17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/internal/Magento/Framework/View/Asset/PreProcessor/AlternativeSource.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
namespace Magento\Framework\View\Asset\PreProcessor;
77

88
use Magento\Framework\ObjectManagerInterface;
9+
use Magento\Framework\View\Asset\ContentProcessorInterface;
910
use Magento\Framework\View\Asset\File\FallbackContext;
1011
use Magento\Framework\View\Asset\LockerProcessInterface;
11-
use Magento\Framework\View\Asset\ContentProcessorInterface;
1212
use Magento\Framework\View\Asset\PreProcessor\AlternativeSource\AssetBuilder;
1313

1414
/**
@@ -171,7 +171,8 @@ public function getAlternativesExtensionsNames()
171171

172172
/**
173173
* Check if file extension supported
174-
* @param $ext string
174+
*
175+
* @param string $ext
175176
* @return bool
176177
*/
177178
public function isExtensionSupported($ext)

0 commit comments

Comments
 (0)