diff --git a/core/modules/edit/lib/Drupal/edit/EditController.php b/core/modules/edit/lib/Drupal/edit/EditController.php index 45a4fef..3a1e70a 100644 --- a/core/modules/edit/lib/Drupal/edit/EditController.php +++ b/core/modules/edit/lib/Drupal/edit/EditController.php @@ -95,6 +95,7 @@ public function metadata(Request $request) { * The view mode the field should be rerendered in. * @param \Symfony\Component\HttpFoundation\Request $request * The current request object containing the search string. + * * @return \Drupal\Core\Ajax\AjaxResponse * The Ajax response. */