Skip to content

Commit 9171f1f

Browse files
committed
add more SensitiveParameter attributes
1 parent a5b751b commit 9171f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Transport/ScalewaySmtpTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
final class ScalewaySmtpTransport extends EsmtpTransport
1919
{
20-
public function __construct(string $projetId, string $token, EventDispatcherInterface $dispatcher = null, LoggerInterface $logger = null)
20+
public function __construct(string $projetId, #[\SensitiveParameter] string $token, EventDispatcherInterface $dispatcher = null, LoggerInterface $logger = null)
2121
{
2222
parent::__construct('smtp.tem.scw.cloud', 465, true, $dispatcher, $logger);
2323

0 commit comments

Comments
 (0)