home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

phpstan.neon (452B)


      1 includes:
      2     - ./vendor/nunomaduro/larastan/extension.neon
      3 
      4 parameters:
      5 
      6     paths:
      7         - app/
      8         - resources/
      9         - routes/
     10         - tests/
     11         - public/
     12         - lang/
     13         - database/
     14         - config/
     15         - bootstrap/
     16 
     17     # Level 9 is the highest level
     18     level: 5
     19 
     20 #    ignoreErrors:
     21 #        - '#PHPDoc tag @var#'
     22 #
     23 #    excludePaths:
     24 #        - ./*/*/FileToBeExcluded.php
     25 #
     26 #    checkMissingIterableValueType: false