Skip to content

Commit 3d9b0b6

Browse files
committed
fix: cs
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 3de61d9 commit 3d9b0b6

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/Controller/FileController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ private function saveMultipleFiles(array $files, string $name, array $settings):
528528
]);
529529

530530
$envelope = $result['envelope'];
531+
531532
return new DataResponse(
532533
[
533534
'message' => $this->l10n->t('Success'),

lib/Service/EnvelopeService.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@
1515
use OCA\Libresign\Enum\NodeType;
1616
use OCA\Libresign\Exception\LibresignException;
1717
use OCP\AppFramework\Db\DoesNotExistException;
18-
use OCP\Files\Folder;
1918
use OCP\IAppConfig;
2019
use OCP\IL10N;
21-
use OCP\IUser;
2220
use Sabre\DAV\UUIDUtil;
2321

2422
/**

tests/php/Unit/Service/EnvelopeServiceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,3 @@ public function testReturnsEnvelopeWhenFileHasParent(): void {
164164
$this->assertSame(5, $result->getId());
165165
}
166166
}
167-

0 commit comments

Comments
 (0)