/ phpstan.neon
phpstan.neon
 1  includes:
 2      - ./vendor/nunomaduro/larastan/extension.neon
 3  
 4  parameters:
 5  
 6      paths:
 7          - app/
 8  
 9      # Level 9 is the highest level
10      level: 5
11  
12  #    ignoreErrors:
13  #        - '#PHPDoc tag @var#'
14  #
15  #    excludePaths:
16  #        - ./*/*/FileToBeExcluded.php
17  #
18  #    checkMissingIterableValueType: false