From 8fd02ef152d029ca2cd0bf3f5b6532c240bbb64b Mon Sep 17 00:00:00 2001 From: Hugo Sales Date: Thu, 25 Nov 2021 20:08:11 +0000 Subject: [PATCH] [TOOLS][COMPONENT][FreeNetwork][PLUGIN][ActivityPub] Temporarily exclude FreeNetwork and ActivityPub from PHPStan analysis, since it's a WIP --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index d0635f5ac1..69c3f117dd 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,6 +7,9 @@ parameters: - tests - components - plugins + excludePaths: + - plugins/ActivityPub + - components/FreeNetwork earlyTerminatingMethodCalls: App\Core\Log: - unexpected_exception