Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 624-626 (lines=3) @@
621
        }
622
    
623
        if (method_exists($this->entityRef, 'getCreatedBy')) {
624
            if (isset($this->form['moderationSpecificCreator']) && null !== $this->form['moderationSpecificCreator']->getData()) {
625
                $this->entityRef->setCreatedBy($this->form['moderationSpecificCreator']->getData());
626
            }
627
            if (isset($this->form['moderationSpecificCreationDate']) && $this->form['moderationSpecificCreationDate']->getData() != '') {
628
                $this->entityRef->setCreatedDate($this->form['moderationSpecificCreationDate']->getData());
629
            }
@@ 627-629 (lines=3) @@
624
            if (isset($this->form['moderationSpecificCreator']) && null !== $this->form['moderationSpecificCreator']->getData()) {
625
                $this->entityRef->setCreatedBy($this->form['moderationSpecificCreator']->getData());
626
            }
627
            if (isset($this->form['moderationSpecificCreationDate']) && $this->form['moderationSpecificCreationDate']->getData() != '') {
628
                $this->entityRef->setCreatedDate($this->form['moderationSpecificCreationDate']->getData());
629
            }
630
        }
631
    
632
        if (isset($this->form['additionalNotificationRemarks']) && $this->form['additionalNotificationRemarks']->getData() != '') {