Skip to content

Commit 06f3699

Browse files
committed
fix: change suggested by code review
#5459 (comment) Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent dcf5967 commit 06f3699

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/Controller/FileController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ private function fetchPreview(
378378
/**
379379
* Send a file
380380
*
381-
* Send a new file to Nextcloud and return the fileId to request to signature
381+
* Send a new file to Nextcloud and return the fileId to request signature
382382
*
383383
* @param LibresignNewFile $file File to save
384384
* @param string $name The name of file to sign

openapi-full.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4630,7 +4630,7 @@
46304630
"post": {
46314631
"operationId": "file-save",
46324632
"summary": "Send a file",
4633-
"description": "Send a new file to Nextcloud and return the fileId to request to signature",
4633+
"description": "Send a new file to Nextcloud and return the fileId to request signature",
46344634
"tags": [
46354635
"file"
46364636
],

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4483,7 +4483,7 @@
44834483
"post": {
44844484
"operationId": "file-save",
44854485
"summary": "Send a file",
4486-
"description": "Send a new file to Nextcloud and return the fileId to request to signature",
4486+
"description": "Send a new file to Nextcloud and return the fileId to request signature",
44874487
"tags": [
44884488
"file"
44894489
],

src/types/openapi/openapi-full.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ export type paths = {
617617
put?: never;
618618
/**
619619
* Send a file
620-
* @description Send a new file to Nextcloud and return the fileId to request to signature
620+
* @description Send a new file to Nextcloud and return the fileId to request signature
621621
*/
622622
post: operations["file-save"];
623623
delete?: never;

src/types/openapi/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ export type paths = {
617617
put?: never;
618618
/**
619619
* Send a file
620-
* @description Send a new file to Nextcloud and return the fileId to request to signature
620+
* @description Send a new file to Nextcloud and return the fileId to request signature
621621
*/
622622
post: operations["file-save"];
623623
delete?: never;

0 commit comments

Comments
 (0)