Skip to content

Commit b0f4c91

Browse files
committed
style: fix phpcs import order in DocMdpHandlerTest
Sort use statements alphabetically. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 759df12 commit b0f4c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/php/Unit/Handler/DocMdpHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
use OCA\Libresign\Db\File;
1313
use OCA\Libresign\Enum\DocMdpLevel;
1414
use OCA\Libresign\Handler\DocMdpHandler;
15-
use OCP\IL10N;
1615
use OCA\Libresign\Tests\Unit\PdfFixtureTrait;
16+
use OCP\IL10N;
1717
use PHPUnit\Framework\Attributes\DataProvider;
1818
use PHPUnit\Framework\MockObject\MockObject;
1919
use PHPUnit\Framework\TestCase;

0 commit comments

Comments
 (0)