xref: /webtrees/phpstan.neon.dist (revision c642dcbb44ad1c68eb1f1abb7a08d4518323d78f)
1includes:
2#    - phar://phpstan.phar/conf/bleedingEdge.neon
3    - phpstan-baseline.neon
4
5parameters:
6    fileExtensions:
7        - php
8        - phtml
9
10    level: max
11
12    paths:
13        - index.php
14        - app
15        - resources/views
16        - tests
17