: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Form\Element\Message;
use Nextend\Framework\Form\Element\Message;
class Notice extends Message {
public function __construct($insertAt, $name, $label, $description) {
$this->classes[] = 'n2_field_message--notice';
parent::__construct($insertAt, $name, $label, $description);