Skip to content

Commit e483591

Browse files
committed
Fix phpstan.neon syntax
1 parent 059edd8 commit e483591

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

phpstan.neon

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ parameters:
33
paths:
44
- src
55
- tests
6-
parameters:
7-
bootstrapFiles:
8-
- vendor/bitexpert/phpstan-magento/autoload.php
9-
includes:
10-
- vendor/bitexpert/phpstan-magento/extension.neon
6+
bootstrapFiles:
7+
- vendor/bitexpert/phpstan-magento/autoload.php
8+
includes:
9+
- vendor/bitexpert/phpstan-magento/extension.neon

0 commit comments

Comments
 (0)