Skip to content

Commit 0e054c4

Browse files
committed
Merge branch 'feature/add-linter-to-CI-CD' of https://github.com/docusign/code-examples-php-private into feature/add-linter-to-CI-CD
2 parents ca80151 + af8633f commit 0e054c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/eSignature/KbAuthenticationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static function kbAuthentification(array $args, $clientService, $demoDocs
4040
* @return mixed -- returns an envelope definition
4141
*/
4242
#ds-snippet-start:eSign22Step3
43-
public static function makeEnvelope(array $args, $demoDocsPath): EnvelopeDefinition
43+
public static function makeEnvelope(array $args, $demoDocsPath): EnvelopeDefinition
4444
{
4545
$envelopeAndSigner = RecipientAuthenticationService::constructAnEnvelope($demoDocsPath);
4646
$envelope_definition = $envelopeAndSigner['envelopeDefinition'];

0 commit comments

Comments
 (0)