See https://discourse.phabricator-community.org/t/exceptions-when-viewing-diffs/3787. This list may include null values.
Until PHP 7.4, $x = null; echo $x['y']; does not emit a warning. Sneaky!
Differential D21169
Add a missing "null" check when rebuilding old/new diff content epriestley on Apr 25 2020, 4:21 PM. Authored by Tags None Referenced Files
Subscribers None
Details See https://discourse.phabricator-community.org/t/exceptions-when-viewing-diffs/3787. This list may include null values. Until PHP 7.4, $x = null; echo $x['y']; does not emit a warning. Sneaky!
Diff Detail
|