phpCAS
phpCAS copied to clipboard
Fix PHP 8.4 deprecations
Implicitly nullable parameter declarations are deprecated in PHP 8.4. The proposed change is safe and is not considered by PHP as a signature change, see https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated
NB: this pull-request recreates https://github.com/apereo/phpCAS/pull/444 (which is closed) with exactly the same commits