Just upgraded to the latest version and I'm getting this error:
Symfony\Component\ErrorHandler\Error\FatalError: Unparenthesized `a ? b : c ? d : e` is not supported. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
File "/vendor/ringcentral/ringcentral-php/src/Platform/Platform.php", line 201
I'll try and get a PR submitted, but for now just trying to revert to the previous version since this breaks things completely!
Just upgraded to the latest version and I'm getting this error:
I'll try and get a PR submitted, but for now just trying to revert to the previous version since this breaks things completely!