From 95d8934b3858d40c05617e0a2974c5f827b925c6 Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Tue, 16 Jan 2024 16:42:40 +0100 Subject: [PATCH] Try make phpstan work --- phpstan.neon.dist | 8 -------- 1 file changed, 8 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 24093cb80..c9902473f 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,6 +1,3 @@ -includes: - - %ShopwareRoot%/vendor/phpstan/phpstan/conf/bleedingEdge.neon - parameters: phpVersion: 80100 level: 8 @@ -18,8 +15,6 @@ parameters: symfony: constant_hassers: false - # the placeholder "%ShopwareHashedCacheDir%" will be replaced on execution by bin/phpstan-config-generator.php script - container_xml_path: '../../..%ShopwareHashedCacheDir%/%ShopwareKernelClass%DevDebugContainer.xml' ignoreErrors: # We won't type all arrays/iterables for now @@ -45,9 +40,6 @@ parameters: path: tests/Webhook/Registration/WebhookSystemConfigControllerTest.php count: 11 - bootstrapFiles: - - bin/static-analyze-autoloader.php - rules: - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\Internal\InternalClassRule - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\Internal\InternalClassRule