From 211815293160195620a35229f0ef972e55751c80 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 11 Jan 2022 11:30:12 +0100 Subject: [PATCH] phpstan: skip the tests directory for now See https://github.com/api-platform/core/issues/4614 --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 7f7a791..cf03a39 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,9 +6,6 @@ parameters: level: 3 paths: - src - - tests - excludePaths: - - tests/bootstrap.php ignoreErrors: - message: '#.*NodeDefinition::children.*#' path: ./src/DependencyInjection -- GitLab