From f8e5acb7643f787cf58dee689c76d13e29c8aa43 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Fri, 15 Nov 2024 18:04:15 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#2972622=20by=20amateescu,=20catch,=20g?= =?UTF-8?q?=C3=A1bor=20hojtsy,=20fabianx,=20lauriii:=20Split=20the=20works?= =?UTF-8?q?paces=20UI=20into=20a=20separate=20module?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/.phpstan-baseline.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/.phpstan-baseline.php b/core/.phpstan-baseline.php index 14a2a1812021..b56942a5dab7 100644 --- a/core/.phpstan-baseline.php +++ b/core/.phpstan-baseline.php @@ -60075,12 +60075,6 @@ '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\\.$#', -- GitLab