D25225
D25225
Fix PHP 8.1 "array_fuse(null)" exception which blocks rendering Conduit's "Method Call Result" page
Author: aklapper
Reviewers: O1: Blessed Committers
Summary: `array_fuse` in arcanist is a wrapper for calling `array_combine($list, $list)`. The latter doesn't seem to accept…