Skip to content

Commit a4a76d9

Browse files
committed
fix: correcting cs:php error
Signed-off-by: Crisciany Souza <crisciany.souza@librecode.coop>
1 parent 6e43c9a commit a4a76d9

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
@@ -566,11 +566,11 @@ public function getMyLibresignFile(string $userId, ?array $filter = []): File {
566566
}
567567

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

0 commit comments

Comments
 (0)