Passed
Push — master ( 69529f...d0bdbe )
by Roberto
02:28
created
src/Common/Soap/SoapBase.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use NFePHP\Common\Certificate;
19 19
 use NFePHP\EFDReinf\Common\Soap\SoapInterface;
20
-use NFePHP\Common\Exception\SoapException;
21 20
 use NFePHP\Common\Exception\RuntimeException;
22 21
 use NFePHP\Common\Strings;
23 22
 use League\Flysystem\Filesystem;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
     /**
165 165
      * Check if certificate is valid
166 166
      * @param Certificate $certificate
167
-     * @return mixed
167
+     * @return null|Certificate
168 168
      * @throws RuntimeException
169 169
      */
170 170
     private function checkCertValidity(Certificate $certificate = null)
Please login to merge, or discard this patch.
src/Factories/EvtPgtosDivs.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use NFePHP\EFDReinf\Common\Factory;
19 19
 use NFePHP\EFDReinf\Common\FactoryInterface;
20
-use NFePHP\EFDReinf\Common\FactoryId;
21 20
 use NFePHP\Common\Certificate;
22 21
 use stdClass;
23 22
 
Please login to merge, or discard this patch.