Code Duplication    Length = 3-3 lines in 2 locations

src/Ui/ControlPanel/Component/Navigation/Command/SetActiveNavigationLink.php 1 location

@@ 106-108 (lines=3) @@
103
        }
104
105
        // Add the bread crumb.
106
        if (($breadcrumb = $active->getBreadcrumb()) !== false) {
107
            $breadcrumbs->put($breadcrumb ?: $active->getTitle(), $active->getHref());
108
        }
109
    }
110
}
111

src/Ui/ControlPanel/Component/Section/Command/SetActiveSection.php 1 location

@@ 131-133 (lines=3) @@
128
        }
129
130
        // Add the bread crumb.
131
        if (($breadcrumb = $active->getBreadcrumb()) !== false) {
132
            $breadcrumbs->put($breadcrumb ?: $active->getTitle(), $active->getHref());
133
        }
134
    }
135
}
136