Skip to content

Commit 1efcb8e

Browse files
fix: correcting cs:php error
Signed-off-by: Crisciany Souza <[email protected]>
1 parent 8095530 commit 1efcb8e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

lib/Db/SignRequestMapper.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -565,11 +565,11 @@ public function getMyLibresignFile(string $userId, ?array $filter = []): File {
565565
}
566566

567567
private function getFilesAssociatedFilesWithMeQueryBuilder(
568-
string $userId,
569-
array $filter = [],
570-
bool $count = false,
571-
array $sort = []
572-
): IQueryBuilder {
568+
string $userId,
569+
array $filter = [],
570+
bool $count = false,
571+
array $sort = [],
572+
): IQueryBuilder {
573573
$qb = $this->db->getQueryBuilder();
574574
$qb->from('libresign_file', 'f')
575575
->leftJoin('f', 'libresign_sign_request', 'sr', 'sr.file_id = f.id')

0 commit comments

Comments
 (0)