google-gemini-php / client

⚡️ Gemini PHP is a community-maintained PHP API client that allows you to interact with the Gemini AI API.
MIT License
192 stars 41 forks source link

Update UsageMetadata.php #38

Closed lamberttraccard closed 1 month ago

lamberttraccard commented 1 month ago

The previous changes in #37 introduced a deprecated warning: DEPRECATED Optional parameter $candidatesTokenCount declared before required parameter $totalTokenCount.

To fix this, I think we have to make all the parameters nullable; reordering the parameters will introduce a breaking change.

aydinfatih commented 1 month ago

The code quality test gave an error. Can you fix that too?

aydinfatih commented 1 month ago

I fixed this issue in a separate update. Thanks for your support