PHP 8.5: DifferentialRevisionViewController: Do not pass null array key
Summary:
Same game as D26531.
```
ERROR 8192: Using null as an array offset is deprecated, use an empty string instead at [/var/www/html/phorge/phorge/src/applications/differential/controller/DifferentialRevisionViewController.php:1480]
ERROR 8192: Using null as an array offset is deprecated, use an empty string instead at [/var/www/html/phorge/phorge/src/applications/differential/controller/DifferentialRevisionViewController.php:1504]
```
Closes T16363
Test Plan: Go to a Differential revision like http://phorge.localhost/D1
Reviewers: O1 Blessed Committers, mainframe98
Reviewed By: O1 Blessed Committers, mainframe98
Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno
Maniphest Tasks: T16363
Differential Revision: https://we.phorge.it/D26532