diff options
author | catch <6915-catch@users.noreply.drupalcode.org> | 2024-11-15 18:04:15 +0000 |
---|---|---|
committer | catch <6915-catch@users.noreply.drupalcode.org> | 2024-11-15 18:04:15 +0000 |
commit | f8e5acb7643f787cf58dee689c76d13e29c8aa43 (patch) | |
tree | c9181a0a6807892a92817cdf787cdda987a8d7f9 | |
parent | 1f62c939769da391d26443468ec278d4a60b5e1b (diff) | |
download | drupal-f8e5acb7643f787cf58dee689c76d13e29c8aa43.tar.gz drupal-f8e5acb7643f787cf58dee689c76d13e29c8aa43.zip |
Issue #2972622 by amateescu, catch, gábor hojtsy, fabianx, lauriii: Split the workspaces UI into a separate module
-rw-r--r-- | core/.phpstan-baseline.php | 6 |
1 files changed, 0 insertions, 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 @@ -60077,12 +60077,6 @@ $ignoreErrors[] = [ ]; $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\\.$#', 'count' => 1, 'path' => __DIR__ . '/modules/workspaces/src/Hook/WorkspacesHooks.php', |