Completed
Push — master ( 43e406...3aef2a )
by Antony
09:00
created
code/tasks/UnleashedCompareProductCategoriesTask.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Psr\Http\Message\ResponseInterface;
4
-use GuzzleHttp\Exception\RequestException;
5
-
6 3
 /**
7 4
  * Compare Silvershop Categories against Product Categories in Unleashed Inventory Management Software
8 5
  *
Please login to merge, or discard this patch.
code/tasks/UnleashedUpdateOrderTask.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Psr\Http\Message\ResponseInterface;
4
-use GuzzleHttp\Exception\RequestException;
5
-
6 3
 /**
7 4
  * Update Order with fresh data from Unleashed's Sales Orders
8 5
  *
Please login to merge, or discard this patch.
code/tasks/UnleashedUpdateProductCategoryTask.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Psr\Http\Message\ResponseInterface;
4
-use GuzzleHttp\Exception\RequestException;
5
-
6 3
 /**
7 4
  * Update ProductCategory with fresh data from Unleashed Software Inventory system
8 5
  *
Please login to merge, or discard this patch.
code/tasks/UnleashedUpdateProductTask.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Psr\Http\Message\ResponseInterface;
4
-use GuzzleHttp\Exception\RequestException;
5
-
6 3
 /**
7 4
  * Update Products with fresh data from Unleashed Inventory Management Software
8 5
  *
Please login to merge, or discard this patch.
code/extensions/Order.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use UnleashedAPI;
9 9
 use Utils;
10 10
 use SS_Datetime;
11
-use SS_Log;
12 11
 
13 12
 class Order extends DataExtension
14 13
 {
Please login to merge, or discard this patch.