We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf1196 commit f3c70e9Copy full SHA for f3c70e9
extension.neon
@@ -1,10 +1,10 @@
1
parameters:
2
- bootstrap: %currentWorkingDirectory%/vendor/vianetz/phpstan-magento1/phpstan-bootstrap.php
3
excludes_analyse:
4
- */app/code/local/*/*/data/*
5
- */app/code/local/*/*/sql/*
6
- autoload_files:
+ bootstrapFiles:
7
- %currentWorkingDirectory%/htdocs/app/Mage.php
+ - %currentWorkingDirectory%/vendor/vianetz/phpstan-magento1/phpstan-bootstrap.php
8
9
services:
10
-
0 commit comments