Completed
Push — master ( b65e87...4203af )
by Nate
05:04 queued 03:55
created
src/services/IntegrationCache.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,12 +9,12 @@
 block discarded – undo
9 9
 namespace flipbox\craft\integration\services;
10 10
 
11 11
 use Craft;
12
-use craft\helpers\ArrayHelper;
13
-use craft\helpers\Component as ComponentHelper;
14
-use flipbox\craft\psr16\SimpleCacheAdapter;
15 12
 use Flipbox\Skeleton\Exceptions\InvalidConfigurationException;
16 13
 use Flipbox\Skeleton\Helpers\ObjectHelper;
17 14
 use Psr\SimpleCache\CacheInterface;
15
+use craft\helpers\ArrayHelper;
16
+use craft\helpers\Component as ComponentHelper;
17
+use flipbox\craft\psr16\SimpleCacheAdapter;
18 18
 use yii\base\Component;
19 19
 use yii\caching\DummyCache;
20 20
 
Please login to merge, or discard this patch.
src/services/IntegrationConnections.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
 namespace flipbox\craft\integration\services;
10 10
 
11 11
 use Craft;
12
+use Flipbox\Skeleton\Exceptions\InvalidConfigurationException;
13
+use Flipbox\Skeleton\Helpers\ObjectHelper;
12 14
 use craft\helpers\ArrayHelper;
13 15
 use craft\helpers\Component as ComponentHelper;
14 16
 use flipbox\craft\integration\exceptions\ConnectionNotFound;
15
-use Flipbox\Skeleton\Exceptions\InvalidConfigurationException;
16
-use Flipbox\Skeleton\Helpers\ObjectHelper;
17 17
 use yii\base\Component;
18 18
 use yii\db\Query;
19 19
 
Please login to merge, or discard this patch.