Skip to content

Commit f3c70e9

Browse files
committed
updated config file to new format
1 parent acf1196 commit f3c70e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
parameters:
2-
bootstrap: %currentWorkingDirectory%/vendor/vianetz/phpstan-magento1/phpstan-bootstrap.php
32
excludes_analyse:
43
- */app/code/local/*/*/data/*
54
- */app/code/local/*/*/sql/*
6-
autoload_files:
5+
bootstrapFiles:
76
- %currentWorkingDirectory%/htdocs/app/Mage.php
7+
- %currentWorkingDirectory%/vendor/vianetz/phpstan-magento1/phpstan-bootstrap.php
88

99
services:
1010
-

0 commit comments

Comments
 (0)