Completed
Pull Request — develop (#180)
by
unknown
02:48
created
src/Entity/Tradeability/Shipment.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Ups\Entity\Tradeability;
4 4
 
5
-use DomDocument;
6
-use DomElement;
7 5
 use Ups\Entity\FreightCharges;
8 6
 use Ups\NodeInterface;
9 7
 
Please login to merge, or discard this patch.
src/Request.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use Psr\Log\LoggerInterface;
10 10
 use Psr\Log\NullLogger;
11 11
 use SimpleXMLElement;
12
-use Ups\Exception\InvalidResponseException;
13 12
 use Ups\Exception\RequestException;
14 13
 
15 14
 class Request implements RequestInterface, LoggerAwareInterface
Please login to merge, or discard this patch.