Completed
Push — develop ( 930c6f...9820c9 )
by Nate
11:07
created
src/helpers/TransformerHelper.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,10 +8,10 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\hubspot\helpers;
10 10
 
11
-use flipbox\hubspot\HubSpot;
12
-use flipbox\hubspot\transformers\collections\TransformerCollectionInterface;
13 11
 use Flipbox\Skeleton\Helpers\ObjectHelper;
14 12
 use Flipbox\Transform\Transformers\TransformerInterface;
13
+use flipbox\hubspot\HubSpot;
14
+use flipbox\hubspot\transformers\collections\TransformerCollectionInterface;
15 15
 
16 16
 /**
17 17
  * @author Flipbox Factory <[email protected]>
Please login to merge, or discard this patch.
src/fields/Objects.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,13 +14,13 @@
 block discarded – undo
14 14
 use craft\elements\db\ElementQueryInterface;
15 15
 use flipbox\ember\helpers\ModelHelper;
16 16
 use flipbox\ember\validators\MinMaxValidator;
17
+use flipbox\hubspot\HubSpot;
17 18
 use flipbox\hubspot\criteria\CompanyCriteria;
18 19
 use flipbox\hubspot\criteria\ContactCriteria;
19 20
 use flipbox\hubspot\criteria\ContactListCriteria;
20 21
 use flipbox\hubspot\criteria\ObjectCriteria;
21 22
 use flipbox\hubspot\criteria\ObjectCriteriaInterface;
22 23
 use flipbox\hubspot\db\ObjectAssociationQuery;
23
-use flipbox\hubspot\HubSpot;
24 24
 use flipbox\hubspot\records\ObjectAssociation;
25 25
 use flipbox\hubspot\services\resources\Companies;
26 26
 use flipbox\hubspot\services\resources\ContactLists;
Please login to merge, or discard this patch.
src/services/ObjectAssociations.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
 use flipbox\craft\sortable\associations\services\SortableAssociations;
19 19
 use flipbox\ember\services\traits\records\Accessor;
20 20
 use flipbox\ember\validators\MinMaxValidator;
21
+use flipbox\hubspot\HubSpot;
21 22
 use flipbox\hubspot\db\ObjectAssociationQuery;
22 23
 use flipbox\hubspot\fields\Objects;
23
-use flipbox\hubspot\HubSpot;
24 24
 use flipbox\hubspot\records\ObjectAssociation;
25 25
 
26 26
 /**
Please login to merge, or discard this patch.
src/patron/connections/AccessTokenConnection.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\hubspot\patron\connections;
10 10
 
11
-use flipbox\hubspot\connections\IntegrationConnectionInterface;
12 11
 use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner;
12
+use flipbox\hubspot\connections\IntegrationConnectionInterface;
13 13
 use yii\base\BaseObject;
14 14
 
15 15
 /**
Please login to merge, or discard this patch.
src/queue/jobs/AbstractSyncElementJob.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Craft;
6 6
 use craft\base\ElementInterface;
7 7
 use craft\queue\BaseJob;
8
-use flipbox\hubspot\fields\Objects;
9 8
 use flipbox\hubspot\HubSpot;
9
+use flipbox\hubspot\fields\Objects;
10 10
 use yii\base\Component;
11 11
 use yii\base\InvalidConfigException;
12 12
 
Please login to merge, or discard this patch.
src/services/resources/traits/UpsertByElementTrait.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,12 +8,12 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\hubspot\services\resources\traits;
10 10
 
11
+use League\Pipeline\PipelineBuilderInterface;
11 12
 use craft\base\Element;
12 13
 use craft\base\ElementInterface;
13 14
 use flipbox\hubspot\criteria\ObjectCriteriaInterface;
14 15
 use flipbox\hubspot\fields\Objects;
15 16
 use flipbox\hubspot\helpers\TransformerHelper;
16
-use League\Pipeline\PipelineBuilderInterface;
17 17
 
18 18
 /**
19 19
  * @author Flipbox Factory <[email protected]>
Please login to merge, or discard this patch.
src/cp/actions/fields/CreateItem.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 use craft\base\ElementInterface;
13 13
 use flipbox\ember\actions\traits\Manage;
14 14
 use flipbox\ember\helpers\SiteHelper;
15
-use flipbox\hubspot\fields\Objects;
16 15
 use flipbox\hubspot\HubSpot;
16
+use flipbox\hubspot\fields\Objects;
17 17
 use flipbox\hubspot\records\ObjectAssociation;
18 18
 use yii\base\Action;
19 19
 use yii\web\HttpException;
Please login to merge, or discard this patch.
src/patron/Events.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace flipbox\hubspot\patron;
4 4
 
5
-use flipbox\hubspot\patron\providers\HubSpotSettings;
6 5
 use Flipbox\OAuth2\Client\Provider\HubSpot as HubSpotProvider;
7 6
 use Flipbox\OAuth2\Client\Provider\HubSpotResourceOwner;
7
+use flipbox\hubspot\patron\providers\HubSpotSettings;
8 8
 use flipbox\patron\cp\Cp;
9 9
 use flipbox\patron\events\PersistTokenEvent;
10
-use flipbox\patron\events\RegisterProviders;
11 10
 use flipbox\patron\events\RegisterProviderSettings;
11
+use flipbox\patron\events\RegisterProviders;
12 12
 use flipbox\patron\services\Tokens;
13 13
 use yii\base\Event;
14 14
 
Please login to merge, or discard this patch.
src/pipeline/Resource.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,15 +8,15 @@
 block discarded – undo
8 8
 
9 9
 namespace flipbox\hubspot\pipeline;
10 10
 
11
-use flipbox\hubspot\HubSpot;
12
-use flipbox\hubspot\pipeline\pipelines\HttpPipeline;
13
-use flipbox\hubspot\pipeline\stages\TransformerCollectionStage;
14
-use flipbox\hubspot\transformers\collections\TransformerCollectionInterface;
15 11
 use Flipbox\Pipeline\Builders\BuilderTrait;
16 12
 use Flipbox\Relay\Runner\Runner;
17 13
 use Flipbox\Skeleton\Object\AbstractObject;
18 14
 use League\Pipeline\PipelineBuilderInterface;
19 15
 use Psr\Log\LoggerInterface;
16
+use flipbox\hubspot\HubSpot;
17
+use flipbox\hubspot\pipeline\pipelines\HttpPipeline;
18
+use flipbox\hubspot\pipeline\stages\TransformerCollectionStage;
19
+use flipbox\hubspot\transformers\collections\TransformerCollectionInterface;
20 20
 
21 21
 /**
22 22
  * A Relay pipeline builder intended to make building the Relay and Pipeline easier.
Please login to merge, or discard this patch.