From ad5ff3f6a6b7b68c8749cfebf16fd87400d86988 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sun, 19 Jun 2022 18:26:34 +0100 Subject: [PATCH] Issue #3254966 by mallezie, Taran2L, mglaman, mondrake, longwave: PHPStan error LinkItemTest --- core/phpstan.neon.dist | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/phpstan.neon.dist b/core/phpstan.neon.dist index 41bedcd7d32e..cf13dc201bea 100644 --- a/core/phpstan.neon.dist +++ b/core/phpstan.neon.dist @@ -25,9 +25,6 @@ parameters: - lib/Drupal/Component/Transliteration/data/*.php # Below extends on purpose a non existing class for testing. - modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/ExtendingNonInstalledClass.php - # @todo files below need to be excluded as they prevent baseline generation. - # Fixing them is a priority. - - modules/link/tests/src/Kernel/LinkItemTest.php ignoreErrors: # new static() is a best practice in Drupal, so we cannot fix that. -- GitLab