Skip to content
Snippets Groups Projects
Select Git revision
  • e269b4409b52285d15ff84b77eb447e2e2fa05cc
  • main default protected
  • 5.5 protected
  • atlantis
  • 5.3 protected
  • 5.0 protected
  • issue-23
  • issue8-seat-logging-and-export
  • ticket-216
  • tickets-215-216-241-242
10 results

phpstan.neon.dist

Blame
  • Forked from Stud.IP / Stud.IP
    Source project has a limited visibility.
    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