D25165
D25165
Fix PHP 8.1 "strlen(null)" exceptions which block rendering the DarkConsole
Author: valerio.bozzolan
Reviewers: O1: Blessed Committers, avivey
Summary: Since PHP 8.1 the function call `strlen(null)` is deprecated.
Since Phabricator/Phorge elevates deprecation warnings…