only in patch2: unchanged: --- a/core/phpstan-baseline.neon +++ b/core/phpstan-baseline.neon @@ -870,6 +870,11 @@ parameters: count: 1 path: modules/block_content/tests/src/Functional/BlockContentTypeTest.php + - + message: "#^Variable \\$goto in isset\\(\\) always exists and is not nullable\\.$#" + count: 1 + path: modules/block_content/tests/src/Functional/PageEditTest.php + - message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#" count: 2 @@ -2175,11 +2180,6 @@ parameters: count: 2 path: modules/system/tests/modules/entity_test/entity_test.install - - - message: "#^Variable \\$goto in isset\\(\\) always exists and is not nullable\\.$#" - count: 1 - path: modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php - - message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:11\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#" count: 1 @@ -3005,11 +3005,6 @@ parameters: count: 12 path: tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php - - - message: "#^Variable \\$expected_driver might not be defined\\.$#" - count: 2 - path: tests/Drupal/KernelTests/Core/Database/DriverSpecificKernelTestBase.php - - message: "#^Relying on entity queries to check access by default is deprecated in drupal\\:9\\.2\\.0 and an error will be thrown from drupal\\:10\\.0\\.0\\. Call \\\\Drupal\\\\Core\\\\Entity\\\\Query\\\\QueryInterface\\:\\:accessCheck\\(\\) with TRUE or FALSE to specify whether access should be checked\\.$#" count: 2