Passed
Pull Request — master (#119)
by Roberto
02:33
created
src/Signer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
 use NFePHP\Common\Certificate;
26 26
 use NFePHP\Common\Certificate\PublicKey;
27 27
 use NFePHP\Common\Exception\SignerException;
28
-use NFePHP\Common\Strings;
29 28
 use RuntimeException;
30 29
 use DOMDocument;
31 30
 use DOMElement;
Please login to merge, or discard this patch.
src/Soap/SoapNative.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use NFePHP\Common\Soap\SoapBase;
20 20
 use NFePHP\Common\Soap\SoapInterface;
21 21
 use NFePHP\Common\Exception\SoapException;
22
-use SoapHeader;
23 22
 use SoapFault;
24 23
 use NFePHP\Common\Certificate;
25 24
 use Psr\Log\LoggerInterface;
Please login to merge, or discard this patch.