We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0b390b commit 9acc03dCopy full SHA for 9acc03d
1 file changed
tests/php/Unit/Service/IdentifyMethod/PasswordTest.php
@@ -8,6 +8,7 @@
8
9
namespace OCA\Libresign\Tests\Unit\Service\IdentifyMethod;
10
11
+use LibreSign\PdfSignatureValidator\Parser\PdfSignatureExtractor;
12
use OCA\Libresign\AppInfo\Application;
13
use OCA\Libresign\Enum\CrlValidationStatus;
14
use OCA\Libresign\Exception\LibresignException;
@@ -21,7 +22,6 @@
21
22
use OCA\Libresign\Service\IdentifyMethod\IdentifyService;
23
use OCA\Libresign\Service\IdentifyMethod\SignatureMethod\Password;
24
use OCA\Libresign\Service\Signature\PdfSignatureValidationService;
-use LibreSign\PdfSignatureValidator\Parser\PdfSignatureExtractor;
25
use OCP\IAppConfig;
26
use OCP\IL10N;
27
use OCP\IUserSession;
0 commit comments