D25176
D25176
Fix PHP 8.1 "strlen(null)" exception which blocks creating a project with an empty Description field
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan, speck
Summary: `strlen()` was used in Phabricator to check if a generic value is a non-empty string.
This behavior is deprecated sinceā¦