Skip to content

Commit 7a9a23e

Browse files
author
Raileen Del Rosario
committed
linter fix
1 parent b3441c4 commit 7a9a23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/ConnectedFields/SetConnectedFieldsService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static function makeEnvelopes($app, $signerName, $signerEmail, $pdfDoc, $
133133

134134
$textTabs = [];
135135

136-
foreach($tabLabels as $tab) {
136+
foreach ($tabLabels as $tab) {
137137
$connectionKey = $tab['extensionData']['connectionInstances'][0]['connectionKey'] ?? "";
138138
$connectionValue = $tab['extensionData']['connectionInstances'][0]['connectionValue'] ?? "";
139139
$extensionGroupId = $tab['extensionData']['extensionGroupId'] ?? "";

0 commit comments

Comments
 (0)