From 402a978a46358f17a09e8ab9b0ffb0f53beb4b11 Mon Sep 17 00:00:00 2001 From: Karoly Gossler Date: Fri, 23 Feb 2024 06:45:58 +0100 Subject: [PATCH] added excluded files by hand --- phpstan-baseline.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/phpstan-baseline.php b/phpstan-baseline.php index b0d77273..b79a653c 100644 --- a/phpstan-baseline.php +++ b/phpstan-baseline.php @@ -1,5 +1,21 @@ '#^Class Doctrine_Access implements generic interface ArrayAccess but does not specify its types\\: TKey, TValue$#', @@ -40593,4 +40609,4 @@ functionname\\. See call_user_func in php manual for more inforamtion\\)\\: Unex 'path' => __DIR__ . '/tests/unsolved.php', ]; -return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; +return ['parameters' => ['ignoreErrors' => $ignoreErrors, 'excludePaths' => ['analyse' => $excludePaths]]];