D25728
D25728
Fix PHP 8.1 "file_exists(null)" exception rendering AphrontStackTraceView
Author: aklapper
Reviewers: O1: Blessed Committers, speck
Summary: Passing null to `file_exists()` is deprecated behavior since PHP 8.1.
The already existing `if ($file)` check in…