You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
I can suppress error messages on my end and get it working, however, that doesn't feel great. Are there any plans to refactor for PHP 8 support? I'm poking at it on my end as well, though I'll be the first to admit I'm a relative PHP newbie.
Howdy!
This looks like a great package for an upcoming project, however, I ran into some compatibility/deprecation issues when attempting a RateQuote.
ErrorException Method ReflectionParameter::getClass() is deprecatedLine 72 of AbstracComplexType.php is the culprit, though that's also used later down the file:
$parameterClass = $reflectionClass->getMethod($setterMethodName)->getParameters()[0]->getClass();I can suppress error messages on my end and get it working, however, that doesn't feel great. Are there any plans to refactor for PHP 8 support? I'm poking at it on my end as well, though I'll be the first to admit I'm a relative PHP newbie.
Thanks!