aboutsummaryrefslogblamecommitdiffhomepage
path: root/phpstan.neon
blob: d170e0e6f785cb8a4262937d58681ebcc773b2f6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                              


                                                             
includes:
    - vendor/phpstan/phpstan-phpunit/extension.neon
    - vendor/phpstan/phpstan-symfony/extension.neon
    - vendor/phpstan/phpstan-doctrine/extension.neon
    - vendor/phpstan/phpstan-phpunit/rules.neon

parameters:
    symfony:
        container_xml_path: %rootDir%/../../../var/cache/test/appTestDebugProjectContainer.xml

    # https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
    autoload_files:
        - vendor/bin/.phpunit/phpunit-7.4/vendor/autoload.php

    inferPrivatePropertyTypeFromConstructor: true