From 642b479934347b8bd9413ee3bd50fd92b77bc204 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Apr 2023 23:22:17 +0100 Subject: [PATCH] fix(phpstan): correct key --- templates/php/phpstan.neon.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/php/phpstan.neon.twig b/templates/php/phpstan.neon.twig index 53dabfd..a47fc95 100644 --- a/templates/php/phpstan.neon.twig +++ b/templates/php/phpstan.neon.twig @@ -2,7 +2,7 @@ parameters: level: {{ php.phpstan.level }} - ignorePaths: + excludePaths: - *Test.php - *TestBase.php paths: