Issue #2972622 by amateescu, catch, gábor hojtsy, fabianx, lauriii: Split the workspaces UI into a separate module

(cherry picked from commit f8e5acb764)
merge-requests/10228/head
catch 2024-11-15 18:04:15 +00:00
parent e96d7a3abc
commit 0c2bd66d60
1 changed files with 0 additions and 6 deletions

View File

@ -60075,12 +60075,6 @@ $ignoreErrors[] = [
'count' => 1,
'path' => __DIR__ . '/modules/workspaces/src/Hook/WorkspacesHooks.php',
];
$ignoreErrors[] = [
// identifier: missingType.return
'message' => '#^Method Drupal\\\\workspaces\\\\Hook\\\\WorkspacesHooks\\:\\:toolbar\\(\\) has no return type specified\\.$#',
'count' => 1,
'path' => __DIR__ . '/modules/workspaces/src/Hook/WorkspacesHooks.php',
];
$ignoreErrors[] = [
// identifier: missingType.return
'message' => '#^Method Drupal\\\\workspaces\\\\Hook\\\\WorkspacesHooks\\:\\:viewsQueryAlter\\(\\) has no return type specified\\.$#',