HomePhorge

D25728

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