Stripe - Is this OK? Can just I ignore this... PHP 8.2

my hosts are upgrading to php 8.2 … when i run the compatibility test,., i get this.

dmxConnectLib/stripe/lib/HttpClient/CurlClient.php

error
Since PHP 7.0, functions inspecting arguments, like func_get_args(), no longer report the original value as passed to a parameter, but will instead provide the current value. The parameter $method" was changed on line 198."

PHPCompatibility.FunctionUse.ArgumentFunctionsReportCurrentValue.Changed

Just a follow up. Can I upgrade to PHP 8.2? Will my stripe payment not be effected with the above?