carlos-mg89 / PHPoAuthLib

PHP 7 / 8 oAuth 1/2 Client Library
Other
4 stars 7 forks source link

rawurlencode(): Passing null to parameter #1 is deprecated #12

Closed samwilson closed 3 months ago

samwilson commented 4 months ago

A couple of deprecation warnings with PHP 8.3:

Deprecated: rawurlencode(): Passing null to parameter 1 ($string) of type string is deprecated in carlos-mg89/oauth/src/OAuth/OAuth1/Signature/Signature.php on line 57

Deprecated: rawurlencode(): Passing null to parameter 1 ($string) of type string is deprecated in carlos-mg89/oauth/src/OAuth/OAuth1/Service/AbstractService.php on line 225

tacman commented 4 months ago

Fixes in #13

tacman commented 4 months ago

Ooops, missed the one in 225