HomePhorge

D25225

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