D25890
D25890
Fix PHP 8.1 "ltrim(null)" exception creating a Nuance Source
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: Passing `null` as the first parameter to `ltrim()` is deprecated since PHP 8.1.
Thus change the optional parameter of…