Implicitly nullable parameter declarations are deprecated in PHP 8.4:
https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated
The proposed syntax was introduced in PHP 7.1.
Refs T15935
Differential D25813
Fix implicitly nullable parameter declarations for PHP 8.4 aklapper on Aug 30 2024, 14:37. Authored by Tags None Referenced Files
Subscribers
Details
Implicitly nullable parameter declarations are deprecated in PHP 8.4: The proposed syntax was introduced in PHP 7.1. Refs T15935 Try to successfully run ./bin/storage upgrade with PHP 8.4
Diff Detail
|