PHP 8.2: PHP Deprecated: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTransport::__construct"] are deprecated in /public_html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/SmtpTransport.php on line 36.
Fix: \call_user_func_array( change to @call_user_func_array(
PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /public_html/vendor/s9e/text-formatter/src/Utils.php on line 114
Fix: Utils.php on line 114 add @ if (@strpos($xml, $tagName) === false)
PHP Deprecated: strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /public_html/vendor/s9e/text-formatter/src/Unparser.php on line 22
Fix: Unparser.php on line 22 add @ return html_entity_decode(@strip_tags($xml), ENT_QUOTES, 'UTF-8');