Test Failed
Pull Request — master (#181)
by
unknown
02:58
created
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.
src/Entity/InternationalForms.php 1 patch
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -616,7 +616,4 @@
 block discarded – undo
616 616
     {
617 617
         $this->declarationStatement = $statement;
618 618
 
619
-        return $this;
620
-    }
621
->>>>>>> develop
622
-}
619
+        return $this
623 620
\ No newline at end of file
Please login to merge, or discard this patch.