team-telnyx / telnyx-php

PHP SDK for the Telnyx API
MIT License
33 stars 26 forks source link

php 8.2 warnings #79

Closed sjdrew closed 1 year ago

sjdrew commented 1 year ago

After upgrading php to 8.2 warnings are now seen from telnyx. I am running latest git master.

Using ${var} in strings is deprecated, use {$var} instead

On APIResource.php line 85, and NumberLookup.php line 24.

Also:

Creation of dynamic property Telnyx\Exception\UnknownApiErrorException::$errors is deprecated