Automatically closed - issue fixed for 2 weeks with no activity.
Update the Drupal 7 module to be compatible with PHP 8
I have used the following to find the backwards incompatible changes, moving from PHP 7.4 to PHP 8.0--
https://github.com/rectorphp/rector
https://www.php.net/manual/en/migration80.incompatible.php
Rector PHP detected a number of changes for the module to be completely up to par with PHP 8.0, however most of them were either coding standards or backwards compatible changes.
Only one change seems to be backwards incompatible, namely the Curly Bracket issue already found by the client. The changes to these are localised to the ouath-php library we use inside the module.
Fixed
7.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Automatically closed - issue fixed for 2 weeks with no activity.