UnifiedArchive icon indicating copy to clipboard operation
UnifiedArchive copied to clipboard

Fix PHP 8.4 deprecations

Open cedric-anne opened this issue 1 year ago • 2 comments

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

Unfortunately, this syntax is compatible only with PHP >= 7.1. I propose to raise the minimal PHP requirement to 7.1.

cedric-anne avatar Jul 26 '24 13:07 cedric-anne

Ping @wapmorgan

PHP 8.4 is coming soon :)

cedric-anne avatar Sep 04 '24 10:09 cedric-anne

I need to revert upgrade to 7.1

wapmorgan avatar Jun 27 '25 21:06 wapmorgan