PHP Fatal error: Attribute "SensitiveParameter" cannot target property
This commit is contained in:
the-djmaze 2023-12-03 21:34:29 +01:00
parent 84169179bc
commit c61c3c6ce7

View file

@ -14,7 +14,6 @@ abstract class Account implements \JsonSerializable
private string $sLogin = '';
#[\SensitiveParameter]
private string $sPassword = '';
private string $sSmtpLogin = '';