diff --git a/core/.phpstan-baseline.php b/core/.phpstan-baseline.php index 0587e3937e1713cead5e386c74bf8140b5953e46..e8d91e46be61d26c909b56008e3f1fd0928233ac 100644 --- a/core/.phpstan-baseline.php +++ b/core/.phpstan-baseline.php @@ -26464,18 +26464,6 @@ 'count' => 1, 'path' => __DIR__ . '/modules/locale/locale.bulk.inc', ]; -$ignoreErrors[] = [ - // identifier: missingType.return - 'message' => '#^Function locale_config_batch_refresh_name\\(\\) has no return type specified\\.$#', - 'count' => 1, - 'path' => __DIR__ . '/modules/locale/locale.bulk.inc', -]; -$ignoreErrors[] = [ - // identifier: missingType.return - 'message' => '#^Function locale_config_batch_set_config_langcodes\\(\\) has no return type specified\\.$#', - 'count' => 1, - 'path' => __DIR__ . '/modules/locale/locale.bulk.inc', -]; $ignoreErrors[] = [ // identifier: return.missing 'message' => '#^Function locale_config_batch_update_components\\(\\) should return array but return statement is missing\\.$#',