oauth2-server-php icon indicating copy to clipboard operation
oauth2-server-php copied to clipboard

PHP 8.4 deprecations due to missing nullable types

Open kschroeer opened this issue 11 months ago • 1 comments

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.

kschroeer avatar Jan 04 '25 23:01 kschroeer

Thanks for bringing this up! This should be an easy fix

bshaffer avatar Jan 23 '25 04:01 bshaffer