Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpstan.neon.dist - github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c466bff2fd966fa06995b93a8438e5949dc36780 (plain)
1
2
3
4
5
6
7
8
9
parameters:
  inferPrivatePropertyTypeFromConstructor: true
  treatPhpDocTypesAsCertain: false
  bootstrapFiles:
    - %currentWorkingDirectory%/../../lib/base.php
  excludePaths:
    - %currentWorkingDirectory%/lib/Migration/*.php
    - %currentWorkingDirectory%/lib/AppInfo/Application.php
    - %currentWorkingDirectory%/lib/Fetcher/Client/Legacy*.php