PHP 8 deprecation
-
In
Postman/Postman-Mail/libs/vendor_prefixed/google/apiclient/src/Http/REST.phpline 49,\get_class()is called without arguments inside a static method. This triggers a PHP 8.1+ deprecation notice (E_DEPRECATED). The fix is to replace\get_class()withself::class, which is the correct PHP 8 idiom for referencing the current class in a static context.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.