Skip to content
Snippets Groups Projects
Commit 229d3816 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2837645 by cburschka: Views::viewsDataHelper declares the wrong return type

parent c7da19c9
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -61,7 +61,7 @@ public static function viewsData() {
/**
* Returns the views data helper service.
*
* @return \Drupal\views\ViewsData
* @return \Drupal\views\ViewsDataHelper
* Returns a views data helper object.
*/
public static function viewsDataHelper() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment