Open Shnoulle opened 8 months ago
Reproduce
get a PHP warning : foreach() argument must be of type array|object, null given
Line https://github.com/BDSU/limesurvey-oauth2/blob/512a4b2ef606ea897c05756a54bdb51916d0a9d1/AuthOAuth2.php#L312
Surely have same error in PHP8.3 without debug mode (make some test after)
(i create a fix after checked php8.3)
PR : https://github.com/BDSU/limesurvey-oauth2/pull/5
Reproduce
get a PHP warning : foreach() argument must be of type array|object, null given
Line https://github.com/BDSU/limesurvey-oauth2/blob/512a4b2ef606ea897c05756a54bdb51916d0a9d1/AuthOAuth2.php#L312
Surely have same error in PHP8.3 without debug mode (make some test after)
(i create a fix after checked php8.3)