Merge pull request #15984 from CommanderRoot/patch-1
[phpmyadmin.git] / phpstan.neon.dist
blob88840ff7033708a74bc6c99170c6ea963b23e9b2
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - %rootDir%/../../../
7     bootstrap: %rootDir%/../../../test/bootstrap-phpstan.php
8     reportUnmatchedIgnoredErrors: true
9     inferPrivatePropertyTypeFromConstructor: true
10     excludes_analyse:
11         - %rootDir%/../../../examples/openid.php
12         - %rootDir%/../../../node_modules/*
13         - %rootDir%/../../../test/sami-config.php
14         - %rootDir%/../../../tmp/*
15         - %rootDir%/../../../vendor/*