HomePhorge

D25170

Fix PHP 8.1 "strlen(null)" and "array_slice(null)" exceptions which block typeahead completion proposals
Author: aklapper
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string. This behavior is deprecated sinceā€¦