From 528f6df240dceefb774d70037fddbe5fe560d14c Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Sun, 9 Jan 2022 14:44:08 +0000 Subject: [PATCH] [TOOLS][PHPStan] Ignore autogenerated Codeception classes --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 527c2f02f0..bdc5561d30 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -11,6 +11,7 @@ parameters: - plugins/ActivityPub - plugins/Poll - components/FreeNetwork + - tests/CodeCeption/_support/ earlyTerminatingMethodCalls: App\Core\Log: - unexpected_exception