Skip to content

Commit da18c12

Browse files
nicolas-grekasfabpot
authored andcommitted
[Notifier] Mark tokens with #[SensitiveParameter]
1 parent eb6563f commit da18c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClickatellTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class ClickatellTransport extends AbstractTransport
3131
private string $authToken;
3232
private ?string $from;
3333

34-
public function __construct(string $authToken, string $from = null, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null)
34+
public function __construct(#[\SensitiveParameter] string $authToken, string $from = null, HttpClientInterface $client = null, EventDispatcherInterface $dispatcher = null)
3535
{
3636
$this->authToken = $authToken;
3737
$this->from = $from;

0 commit comments

Comments
 (0)