Octopoos / SEBLOD

Build high-end websites with SEBLOD®, a CCK for Joomla!
https://www.seblod.com
GNU General Public License v2.0
126 stars 54 forks source link

Remove Deprecated notice with empty field description #789

Open Ilya-Zhulin opened 7 months ago

Ilya-Zhulin commented 7 months ago

This trim isn't really needed here, but PHP 8+ shows a message like Deprecated: trim(): Passing null to parameter #1 of type string is deprecated when field description is empty. trim will be applied in next string without any problems.