timkley / weaviate-php

A PHP client to communicate with a Weaviate instance
MIT License
27 stars 9 forks source link

feat: add sensitive parameter on $apiToken props #1

Closed tgeorgel closed 1 year ago

tgeorgel commented 1 year ago

Support hiding sensitive values using the new #[\SensitiveParameter] attribute marker (PHP 8.2).

PHP Documentation: https://www.php.net/manual/en/class.sensitiveparameter

timkley commented 1 year ago

@tgeorgel thank you 👏🏻

tgeorgel commented 1 year ago

@tgeorgel thank you 👏🏻

Thank you for your work 🤞