oauth2-server-php
oauth2-server-php copied to clipboard
PHP 8.4 deprecations due to missing nullable types
Since PHP 8.4, function parameters that are set to the default value "null" must be explicitly declared as a nullable type or "mixed".
The application is currently still running, but I receive a lot of deprecation messages that I actually don't want to suppress.
Thanks for bringing this up! This should be an easy fix