Code Duplication    Length = 4-4 lines in 2 locations

src/Vortex.php 2 locations

@@ 1593-1596 (lines=4) @@
1590
                }
1591
            }
1592
1593
            if (isset($fix['nestCollection'])) {
1594
                $value = $this->$collectionNestingMethod($value, $fix['nestCollection'], $language,
1595
                    $fix['move'] ? $fix['move'] : $path, $meta);
1596
            }
1597
1598
            if (isset($fix['nestSingle'])) {
1599
                $value = $this->retrieveNestedSingleAndMergeMeta(
@@ 1598-1601 (lines=4) @@
1595
                    $fix['move'] ? $fix['move'] : $path, $meta);
1596
            }
1597
1598
            if (isset($fix['nestSingle'])) {
1599
                $value = $this->retrieveNestedSingleAndMergeMeta(
1600
                    $value,
1601
                    $fix['nestSingle'],
1602
                    $language,
1603
                    $fix['move'] ? $fix['move'] : $path,
1604
                    $meta