From 8346c5a0a58de09f2ce9896992f4f75df8b8d6df Mon Sep 17 00:00:00 2001 From: Alex Barnsley <8069294+alexbarnsley@users.noreply.github.com> Date: Wed, 1 May 2024 13:37:47 +0100 Subject: [PATCH] chore: remove explorer specific phpstan config (#618) --- phpstan.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index e2f093652..ad1cb9dfe 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,10 +5,6 @@ parameters: # MarketSquare - ../../../app/App/Console/Playbooks - ../../../app/App/Nova/* - # Explorer - - ../../../app/Console/Playbooks - - ../../../app/Console/Commands/RunPlaybookCommand.php - - ../../../app/Services/Monitor level: 8 ignoreErrors: - '#is not allowed to extend#'