Completed
Branch master (6835a6)
by Nate
11:56
created
src/HubSpot.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     /**
144 144
      * Logs a warning message.
145 145
      *
146
-     * @param $message
146
+     * @param string $message
147 147
      * @param string  $category
148 148
      */
149 149
     public static function warning($message, $category = 'hubspot')
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,11 +7,10 @@
 block discarded – undo
7 7
 use craft\helpers\UrlHelper;
8 8
 use craft\web\Request;
9 9
 use flipbox\craft\psr6\Cache;
10
-use flipbox\craft\psr6\events\RegisterCachePools;
11 10
 use flipbox\hubspot\models\Settings as SettingsModel;
12 11
 use flipbox\hubspot\patron\provider\HubSpot as HubSpotProvider;
13
-use flipbox\patron\modules\configuration\events\RegisterProviders;
14 12
 use flipbox\patron\modules\configuration\Module as PatronConfiguration;
13
+use flipbox\patron\modules\configuration\events\RegisterProviders;
15 14
 use yii\base\Event;
16 15
 
17 16
 /**
Please login to merge, or discard this patch.
src/modules/http/services/Companies.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,13 +3,13 @@
 block discarded – undo
3 3
 namespace flipbox\hubspot\modules\http\services;
4 4
 
5 5
 use Craft;
6
-use craft\helpers\Json;
7
-use flipbox\hubspot\authentication\AuthenticationStrategyInterface;
8
-use flipbox\hubspot\cache\CacheStrategyInterface;
9
-use flipbox\hubspot\HubSpot;
10 6
 use Flipbox\Relay\HubSpot\Segment\Companies\Create;
11 7
 use Flipbox\Relay\HubSpot\Segment\Companies\GetByDomain;
12 8
 use Flipbox\Relay\HubSpot\Segment\Companies\GetById;
9
+use craft\helpers\Json;
10
+use flipbox\hubspot\HubSpot;
11
+use flipbox\hubspot\authentication\AuthenticationStrategyInterface;
12
+use flipbox\hubspot\cache\CacheStrategyInterface;
13 13
 
14 14
 class Companies extends AbstractResource
15 15
 {
Please login to merge, or discard this patch.