Skip to content

Commit a44991f

Browse files
committed
docs: remove internal method reference from API documentation
The API documentation referenced FolderService::getFolderName as an implementation detail, which should not be exposed to API consumers. Changed to a generic description of the settings parameter functionality. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent fddc286 commit a44991f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/FileController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ private function fetchPreview(
414414
*
415415
* @param LibresignNewFile $file File to save
416416
* @param string $name The name of file to sign
417-
* @param LibresignFolderSettings $settings Settings to define the pattern to store the file. See more informations at FolderService::getFolderName method.
417+
* @param LibresignFolderSettings $settings Settings to define how and where the file should be stored
418418
* @param list<LibresignNewFile> $files Multiple files to create an envelope (optional, use either file or files)
419419
* @return DataResponse<Http::STATUS_OK, LibresignNextcloudFile, array{}>|DataResponse<Http::STATUS_UNPROCESSABLE_ENTITY, array{message: string}, array{}>
420420
*

0 commit comments

Comments
 (0)