Skip to content
Snippets Groups Projects
Select Git revision
  • 64c9ce1de711a6f6054b9c911b752c44a767270d
  • master default protected
  • luniki-tools-typo
3 results

plugin.manifest

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    phpstan.neon.dist 650 B
    parameters:
        level: 0
        phpVersion: 70200 # PHP 7.2
        paths:
            - app/controllers
            - app/routes
            - lib
            - tests/functional
            - tests/jsonapi
            - tests/unit
        scanFiles:
            - composer/phpxmlrpc/phpxmlrpc/lib/xmlrpc.inc
        scanDirectories:
            - app/controllers
            - lib
            - vendor
        excludePaths:
            - lib/classes/ZipArchiveLegacyTrait.php
            - lib/elearning/studip_referrer.php
            - lib/soap/StudipSoapClient_PHP5.class.php
        tmpDir: .caches
        earlyTerminatingMethodCalls:
            RESTAPI\RouteMap:
                - error
                - halt
                - notFound