diff --git a/core/lib/Drupal/Core/Menu/MenuTreeParameters.php b/core/lib/Drupal/Core/Menu/MenuTreeParameters.php index 2cf52ceb108..2ea493d203c 100644 --- a/core/lib/Drupal/Core/Menu/MenuTreeParameters.php +++ b/core/lib/Drupal/Core/Menu/MenuTreeParameters.php @@ -16,10 +16,6 @@ namespace Drupal\Core\Menu; * - Which parent IDs should be used to restrict the tree. Only links with * a parent in the list will be included. * - Which menu links are omitted, depending on the minimum and maximum depth. - * - * @todo Add getter methods and make all properties protected and define an - * interface instead of using the concrete class to type hint. - * https://www.drupal.org/node/2302041 */ class MenuTreeParameters {