matthiasnoback / microsoft-translator

PHP library for making calls to the Microsoft Translator V3 API
MIT License
39 stars 26 forks source link

Fix Deprecation notice #28

Closed superdav42 closed 1 month ago

superdav42 commented 1 month ago

This fixes the notice: Deprecated Functionality: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated The empty string '' is the default parameter so it is the correct thing to pass here.

arraintxo commented 1 month ago

Thanks for the PR

superdav42 commented 1 month ago

You're welcome, but are you going to merge the code in?

arraintxo commented 1 month ago

done, something failed on my brain yesterday :S