-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working on php 8+ #165
Comments
Hello, we also have have this deprecations notice : Return type of DocuSign\eSign\Model\*** should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice on every Docusign model using offsets :
Do you think it's possible to use Thanks Edit : after some research it looks like a PHPSwaggerGen issue that has been fixed in the last release : |
Thank you for filing the issue. We are currently working on the fix for this. Update will be posted here once the fix is shipped. |
Issue has been fixed using |
Hello,
Trying to use the lib on a php8+ version and it doesn't work. A lot of deprecated notice and impossible to authenticate are main problems.
Is there any planned update ?
Thank you,
The text was updated successfully, but these errors were encountered: