HomePhorge

D25228

Fix PHP 8.1 exception in Conduit: Make "array_fuse(array $list)" accept null as parameter
Author: aklapper
Summary: `array_fuse` in Arcanist is a wrapper for calling `array_combine($list, $list)`. The latter doesn't accept passing…