Describe the bug
Intelephense does not recon #[SensitiveParameter] attribute.
To Reproduce
Use named PHP version and try doing this:
public function __construct(#[SensitiveParameter] string $db = DB_DBNAME, #[SensitiveParameter] string $user = DB_USER, #[SensitiveParameter] string $pass = DB_PASS [...]
Expected behavior
Intelephense not nagging about it, since the code runs fine with PHP 8.3.x
Screenshots
Platform and version
Win10 + Intelephense v1.10.2
Humbly, I understand it well it might have to do with 8.3 not being supported yet. Forgive the aspect of this being stated as a bug - however it is an issue :-)
Describe the bug Intelephense does not recon #[SensitiveParameter] attribute.
To Reproduce Use named PHP version and try doing this:
public function __construct(#[SensitiveParameter] string $db = DB_DBNAME, #[SensitiveParameter] string $user = DB_USER, #[SensitiveParameter] string $pass = DB_PASS [...]
Expected behavior Intelephense not nagging about it, since the code runs fine with PHP 8.3.x
Screenshots
Platform and version Win10 + Intelephense v1.10.2
Humbly, I understand it well it might have to do with 8.3 not being supported yet. Forgive the aspect of this being stated as a bug - however it is an issue :-)