Page MenuHomePhorge

Fix implicitly nullable parameter declarations for PHP 8.4
ClosedPublic

Authored by aklapper on Oct 23 2024, 09:57.
Tags
None
Referenced Files
F3328144: D25831.1743450881.diff
Sun, Mar 30, 19:54
F3328019: D25831.1743448414.diff
Sun, Mar 30, 19:13
F3327881: D25831.1743447302.diff
Sun, Mar 30, 18:55
F3323772: D25831.1743389807.diff
Sun, Mar 30, 02:56
F3323053: D25831.1743382833.diff
Sun, Mar 30, 01:00
F3317944: D25831.1743269951.diff
Fri, Mar 28, 17:39
F3308526: D25831.1743168673.diff
Thu, Mar 27, 13:31
F3308522: D25831.1743168433.diff
Thu, Mar 27, 13:27

Details

Summary

Followup to rARC99e57a70. This patch should cover all remaining issues now that PHPStan covers it (instead of the previous trial-and-error approach).

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 and Phorge requires PHP 7.2 now.

Test Plan

Run static code analysis.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable