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