Skip to content

Commit dd5814d

Browse files
committed
fixes for linter
1 parent 800a327 commit dd5814d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Services/Examples/WebForms/CreateRemoteInstanceService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static function createRemoteInstance(
4949
$formValues = new WebFormValues([
5050
['PhoneNumber' => '555-555-5555'],
5151
['Yes' => ['Yes']],
52-
['Company' => 'Tally'],
52+
['Company' => 'Tally'],
5353
['JobTitle' => 'Programmer Writer']
5454
]);
5555

src/Services/Examples/eSignature/DeleteRestoreEnvelopeService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public static function moveEnvelopeToFolder(
2424
string $accountId,
2525
string $envelopeId,
2626
string $folderId,
27-
string|null $fromFolderId): FoldersResponse
28-
{
27+
string|null $fromFolderId
28+
): FoldersResponse {
2929
$foldersApi = $clientService->getFoldersApi();
3030

3131
$foldersRequest = new FoldersRequest([

0 commit comments

Comments
 (0)