Skip to content

Commit

Permalink
Try make phpstan work
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Jan 16, 2024
1 parent b69b32e commit 95d8934
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
includes:
- %ShopwareRoot%/vendor/phpstan/phpstan/conf/bleedingEdge.neon

parameters:
phpVersion: 80100
level: 8
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 95d8934

Please sign in to comment.