Subversion Repositories oidplus

Rev

Rev 597 | Rev 603 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

parameters:
        level: 5
        paths:
                - .
        excludePaths:
                analyse:
                        - vendor
                        - includes/classes/http_class.class.php
                analyseAndScan:
                        - userdata/cache/phpstan
        tmpDir: userdata/cache/phpstan
        bootstrapFiles:
                - includes/oidplus.inc.php
                - includes/classes/http_class.class.php
        ignoreErrors:
                - '#is always (true|false)\.#'
                - '#Call to function assert\(\) with false will always evaluate to false\.#'
                - '#with no typehint specified\.#'