Completed
Push — master ( e2e4a1...217f22 )
by Stéphane
05:55
created
src/Assets/Assetic/Asset/AssetReference.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Rocket\UI\Assets\Assetic\Asset;
2 2
 
3
-use Assetic\Asset\AssetInterface;
4 3
 use Assetic\AssetManager;
4
+use Assetic\Asset\AssetInterface;
5 5
 use Assetic\Filter\FilterInterface;
6 6
 
7 7
 /**
Please login to merge, or discard this patch.
src/Assets/Controller.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Rocket\UI\Assets;
4 4
 
5 5
 use App;
6
+use Assetic\AssetManager;
6 7
 use Assetic\Asset\AssetCache;
7 8
 use Assetic\Asset\AssetInterface;
8
-use Assetic\AssetManager;
9 9
 use Assetic\Cache\FilesystemCache;
10 10
 use Event;
11 11
 use Response;
Please login to merge, or discard this patch.