: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Form\Insert;
class InsertBefore extends AbstractInsert {
public function insert($element) {
$parent = $this->at->getParent();
$parent->insertElementBefore($element, $this->at);