From 00bcdbb04a97dd016532afde2d677e52eb13b022 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Thu, 10 Oct 2024 12:28:56 +0100 Subject: [PATCH] Issue #3475916 by spokje, longwave: Bump phpstan/phpstan to 1.12.4 to make daily "updated deps" QA run pass again --- core/.phpstan-baseline.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/core/.phpstan-baseline.php b/core/.phpstan-baseline.php index 42e65e5dba84..84edbecf8203 100644 --- a/core/.phpstan-baseline.php +++ b/core/.phpstan-baseline.php @@ -75895,6 +75895,18 @@ 'count' => 1, 'path' => __DIR__ . '/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php', ]; +$ignoreErrors[] = [ + // identifier: includeOnce.fileNotFound + 'message' => '#^Path in include_once\\(\\) "vfs\\://drupal/sites/default/modules/module_a/module_a\\.post_update\\.php" is not a file or it does not exist\\.$#', + 'count' => 1, + 'path' => __DIR__ . '/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php', +]; +$ignoreErrors[] = [ + // identifier: includeOnce.fileNotFound + 'message' => '#^Path in include_once\\(\\) "vfs\\://drupal/sites/default/modules/module_b/module_b\\.post_update\\.php" is not a file or it does not exist\\.$#', + 'count' => 1, + 'path' => __DIR__ . '/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php', +]; $ignoreErrors[] = [ // identifier: missingType.return 'message' => '#^Method Drupal\\\\Tests\\\\Core\\\\TestUrl\\:\\:setAccessManager\\(\\) has no return type specified\\.$#', -- GitLab