Skip to content

Commit df14c30

Browse files
committed
Set sensitive parameter
1 parent 34dd2c1 commit df14c30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Key/SymmetricKey.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class SymmetricKey implements KeyInterface
2828
* @param string $material The associated key material.
2929
*/
3030
public function __construct(
31+
#[\SensitiveParameter]
3132
protected string $material,
3233
) {
3334
}

0 commit comments

Comments
 (0)