File: phpstan.neon.dist

package info (click to toggle)
php-staabm-side-effects-detector 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: php: 1,953; xml: 16; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 277 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
    level: max
    
    paths:
        - lib/

    unused_public:
        methods: true
        properties: true
        constants: true

    type_coverage:
        return_type: 100
        param_type: 100
        property_type: 100
        print_suggestions: false