Minor nit tidy ups
1 unresolved thread
1 unresolved thread
Closes #3529865
Merge request reports
Activity
268 258 * @param \Drupal\system\MenuInterface $menu 269 259 * The menu that the links belong to. 270 260 */ 271 protected function getMenuItems(array $tree, array &$items, CacheableMetadata &$cache, MenuInterface $menu) { 261 protected function getMenuItems(array $tree, array &$items, CacheableMetadata &$cache, MenuInterface $menu): void {
Please register or sign in to reply