Completed
Push — master ( 9ea097...99bcd1 )
by Nate
04:39 queued 01:06
created
src/Cache.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,12 +10,12 @@
 block discarded – undo
10 10
 
11 11
 use Craft;
12 12
 use Flipbox\Stash\Pool;
13
-use flipbox\craft\psr6\events\RegisterCachePools;
14 13
 use Psr\Log\LoggerInterface;
15 14
 use Stash\Driver\BlackHole;
16 15
 use Stash\Driver\FileSystem;
17 16
 use Stash\Interfaces\DriverInterface;
18 17
 use Stash\Interfaces\PoolInterface;
18
+use flipbox\craft\psr6\events\RegisterCachePools;
19 19
 use yii\base\Component;
20 20
 use yii\caching\FileCache;
21 21
 use yii\log\Logger;
Please login to merge, or discard this patch.
src/events/RegisterCachePools.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,9 +9,9 @@
 block discarded – undo
9 9
 namespace flipbox\craft\psr6\events;
10 10
 
11 11
 use Craft;
12
+use Stash\Interfaces\PoolInterface;
12 13
 use craft\helpers\ArrayHelper;
13 14
 use craft\helpers\Json;
14
-use Stash\Interfaces\PoolInterface;
15 15
 use yii\base\Event;
16 16
 
17 17
 /**
Please login to merge, or discard this patch.