diff --git a/core/lib/Drupal/Core/Menu/MenuTreeStorage.php b/core/lib/Drupal/Core/Menu/MenuTreeStorage.php index 82729ac..f83f5ac 100644 --- a/core/lib/Drupal/Core/Menu/MenuTreeStorage.php +++ b/core/lib/Drupal/Core/Menu/MenuTreeStorage.php @@ -300,7 +300,6 @@ protected function doSave(array $link) { // If $link matches the $original data then exit early as there are no // changes to make. if (array_diff_assoc($fields, $original) === []) { - // @todo should we return an empty array as nothing has changed? return $affected_menus; } }