From a4bda74289b9c70b22a0600707a2518ccdae54c0 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 3 Jan 2023 11:51:14 +0000 Subject: [PATCH] Issue #3330673 by mondrake, Spokje, catch: Reduce significantly PHPStan running time by enabling bleeding edge features --- core/phpstan.neon.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/core/phpstan.neon.dist b/core/phpstan.neon.dist index 18216cf78a36..a3f0e0fffd9a 100644 --- a/core/phpstan.neon.dist +++ b/core/phpstan.neon.dist @@ -2,6 +2,7 @@ # PHPStan is triggered on Drupal CI in commit-code-check.sh. includes: - phpstan-baseline.neon + - phar://phpstan.phar/conf/bleedingEdge.neon parameters: -- GitLab