Code Duplication    Length = 3-3 lines in 2 locations

typo3/sysext/impexp/Classes/Export.php 2 locations

@@ 906-908 (lines=3) @@
903
                            $list[$lKey] = array_merge(['field' => $field, 'spKey' => $spKey], $el);
904
                            // Add file_ID key to header - slightly "risky" way of doing this because if the calculation
905
                            // changes for the same value in $this->records[...] this will not work anymore!
906
                            if ($el['subst'] && $el['subst']['relFileName']) {
907
                                $list[$lKey]['file_ID'] = md5(PATH_site . $el['subst']['relFileName']);
908
                            }
909
                        }
910
                    }
911
                }
@@ 922-924 (lines=3) @@
919
                                $list[$lKey] = array_merge(['field' => $field, 'spKey' => $spKey, 'structurePath' => $structurePath], $el);
920
                                // Add file_ID key to header - slightly "risky" way of doing this because if the calculation
921
                                // changes for the same value in $this->records[...] this will not work anymore!
922
                                if ($el['subst'] && $el['subst']['relFileName']) {
923
                                    $list[$lKey]['file_ID'] = md5(PATH_site . $el['subst']['relFileName']);
924
                                }
925
                            }
926
                        }
927
                    }