summaryrefslogtreecommitdiff
path: root/phpstan.neon.dist
blob: 70e05976037c55b49b751bf695642511dedd0bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
includes:
	- phpstan-baseline.php

parameters:
    fileExtensions:
        - php
        - phtml

    ignoreErrors:
        - '#^Access to an undefined property object::\$[A-Za-z0-9_]+\.$#'

    level: max

    paths:
        - index.php
        - app
        - resources/views
        - tests