Skip to content

Commit 8b5fa82

Browse files
nicolas-grekasfabpot
authored andcommitted
[Notifier] Mark tokens with #[SensitiveParameter]
1 parent d571614 commit 8b5fa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinkedInTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ final class LinkedInTransport extends AbstractTransport
3737
private string $authToken;
3838
private string $accountId;
3939

40-
public function __construct(string $authToken, string $accountId, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null)
40+
public function __construct(#[\SensitiveParameter] string $authToken, string $accountId, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null)
4141
{
4242
$this->authToken = $authToken;
4343
$this->accountId = $accountId;

0 commit comments

Comments
 (0)