Open Ilya-Zhulin opened 11 months ago
Trim isn't needed here, but PHP8+ shows this notice Deprecated: trim(): Passing null to parameter #1 of type string is deprecated. If field description is empty, $field->description is not defined.
Trim
Deprecated: trim(): Passing null to parameter #1 of type string is deprecated
$field->description
Trim
isn't needed here, but PHP8+ shows this noticeDeprecated: trim(): Passing null to parameter #1 of type string is deprecated
. If field description is empty,$field->description
is not defined.