HomePhorge

D25635

Fix PHP 8.1 "preg_replace(null)" exception in PhabricatorEditorURIEngine.php
Author: aklapper
Summary: Passing `null` to `preg_replace()` is deprecated behavior since PHP 8.1. Thus only call `preg_replace()` when `$token`…