Skip to content

Commit cfecbe8

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 4b53266 commit cfecbe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/php/Unit/Handler/PdfTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
namespace OCA\Libresign\Tests\Unit\Handler;
77

8-
use RuntimeException;
98
use OCA\Libresign\AppInfo\Application;
109
use OCA\Libresign\Exception\LibresignException;
1110
use OCA\Libresign\Handler\PdfTk\Pdf;
@@ -14,6 +13,7 @@
1413
use OCP\IL10N;
1514
use OCP\L10N\IFactory as IL10NFactory;
1615
use PHPUnit\Framework\MockObject\MockObject;
16+
use RuntimeException;
1717

1818
/**
1919
* SPDX-FileCopyrightText: 2025 LibreCode coop and contributors

tests/php/Unit/Service/SignFileServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* SPDX-License-Identifier: AGPL-3.0-or-later
1010
*/
1111

12-
use DateTime;
1312
use bovigo\vfs\vfsStream;
13+
use DateTime;
1414
use OC\User\NoUserException;
1515
use OCA\Libresign\BackgroundJob\SignSingleFileJob;
1616
use OCA\Libresign\Db\File;

0 commit comments

Comments
 (0)