Skip to content

Commit f0e6201

Browse files
committed
Fix: Indentation
1 parent de0bc10 commit f0e6201

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

LinkedInTransport.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,17 @@ private function bodyFromMessageWithNoOption(MessageInterface $message): array
9797
{
9898
return [
9999
'specificContent' => [
100-
'com.linkedin.ugc.ShareContent' => [
101-
'shareCommentary' => [
102-
'attributes' => [],
103-
'text' => $message->getSubject(),
104-
],
105-
'shareMediaCategory' => 'NONE',
106-
],
100+
'com.linkedin.ugc.ShareContent' => [
101+
'shareCommentary' => [
102+
'attributes' => [],
103+
'text' => $message->getSubject(),
107104
],
108-
'visibility' => [
109-
'com.linkedin.ugc.MemberNetworkVisibility' => 'PUBLIC',
105+
'shareMediaCategory' => 'NONE',
110106
],
107+
],
108+
'visibility' => [
109+
'com.linkedin.ugc.MemberNetworkVisibility' => 'PUBLIC',
110+
],
111111
'lifecycleState' => 'PUBLISHED',
112112
'author' => sprintf('urn:li:person:%s', $this->accountId),
113113
];

0 commit comments

Comments
 (0)