thephpleague / oauth2-server

A spec compliant, secure by default PHP OAuth 2.0 Server
https://oauth2.thephpleague.com
MIT License
6.49k stars 1.12k forks source link

Fixes for Deprecation Notices in Test Suite #1329

Closed Sephster closed 1 year ago

Sephster commented 1 year ago

This fixes deprecation notices for PHP 8.x that appear in the test suite

EreMaijala commented 1 year ago

@Sephster I believe this set of fixes is missing the addition of #[\ReturnTypeWillChange] to ScopeTrait.php.

Sephster commented 1 year ago

Good spot. Thanks!