Skip to content

Commit

Permalink
Use #[\SensitiveParameter]
Browse files Browse the repository at this point in the history
  • Loading branch information
thisispiers authored May 22, 2023
1 parent 1730d0e commit fa9f741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private function processFieldsValues(array $fields_values): array

public function connect(
?string $socket_address = null,
#[\SensitiveParameter]
?string $password = null,
?int $timeout = null,
?int $connect_timeout = null
Expand Down

0 comments on commit fa9f741

Please sign in to comment.