You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Controller/FileController.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,7 @@ private function fetchPreview(
414
414
*
415
415
* @param LibresignNewFile $file File to save
416
416
* @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
418
418
* @param list<LibresignNewFile> $files Multiple files to create an envelope (optional, use either file or files)
0 commit comments