Completed
Push — master ( 2247f3...204e6d )
by Stéphane
01:33
created
src/Assets/Assetic/WeightedAssetCollection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 use Assetic\Asset\AssetCollection;
4 4
 use Assetic\Asset\AssetInterface;
5
-use Assetic\Filter\FilterInterface;
6 5
 use Assetic\Asset\AssetReference;
6
+use Assetic\Filter\FilterInterface;
7 7
 use Rocket\UI\Assets\Assetic\Asset\WeightedAsset;
8 8
 
9 9
 class WeightedAssetCollection extends AssetCollection
Please login to merge, or discard this patch.