Completed
Push — master ( 2ffc78...6cabab )
by Antony
02:55
created
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/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
  * Update Products with fresh data from 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 Products with fresh data from Unleashed Inventory Management Software
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 Products with fresh data from Unleashed Inventory Management Software
8 5
  *
Please login to merge, or discard this patch.