Skip to content

Commit d4ccff4

Browse files
committed
refactor(openapi): remove redundant wrapper in IdDocsController.php
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5ea7d99 commit d4ccff4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lib/Controller/IdDocsController.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,15 +184,6 @@ public function listUnauthenticatedSignerDocuments(
184184
}
185185
}
186186

187-
public function listOfUnauthenticatedSigner(
188-
?string $userId = null,
189-
?int $signRequestId = null,
190-
?int $page = null,
191-
?int $length = null,
192-
): DataResponse {
193-
return $this->listUnauthenticatedSignerDocuments($userId, $signRequestId, $page, $length);
194-
}
195-
196187
/**
197188
* List files that need to be approved
198189
*

0 commit comments

Comments
 (0)