diff options
-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', |