Shardj / zf1-future

PHP 8.1 compatible version of ZF1
BSD 3-Clause "New" or "Revised" License
442 stars 196 forks source link

PHP8.4: Implicitly nullable #442

Closed sreichel closed 1 month ago

sreichel commented 1 month ago

https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

Prominent deprecation in PHP 8.4 This is a prominent deprecation in PHP 8.4 and legacy PHP applications will likely cause deprecation notices due to this change in PHP 8.4. The suggested replacement is straight-forward, safe, and works in PHP 7.1 and later.

addison74 commented 1 month ago

@develart-projects - Could please revise this PR? It helps OpenMage community to test ZF1-Future with PHP 8.4.