Code Duplication    Length = 3-3 lines in 2 locations

src/system/RoutesModule/Form/Handler/Common/Base/AbstractEditHandler.php 2 locations

@@ 612-614 (lines=3) @@
609
        }
610
    
611
        if (method_exists($this->entityRef, 'getCreatedBy')) {
612
            if (isset($this->form['moderationSpecificCreator']) && null !== $this->form['moderationSpecificCreator']->getData()) {
613
                $this->entityRef->setCreatedBy($this->form['moderationSpecificCreator']->getData());
614
            }
615
            if (isset($this->form['moderationSpecificCreationDate']) && $this->form['moderationSpecificCreationDate']->getData() != '') {
616
                $this->entityRef->setCreatedDate($this->form['moderationSpecificCreationDate']->getData());
617
            }
@@ 615-617 (lines=3) @@
612
            if (isset($this->form['moderationSpecificCreator']) && null !== $this->form['moderationSpecificCreator']->getData()) {
613
                $this->entityRef->setCreatedBy($this->form['moderationSpecificCreator']->getData());
614
            }
615
            if (isset($this->form['moderationSpecificCreationDate']) && $this->form['moderationSpecificCreationDate']->getData() != '') {
616
                $this->entityRef->setCreatedDate($this->form['moderationSpecificCreationDate']->getData());
617
            }
618
        }
619
    
620
        if (isset($this->form['additionalNotificationRemarks']) && $this->form['additionalNotificationRemarks']->getData() != '') {