1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-14 07:15:43 +02:00
Nextcloud-News/phpstan.neon.dist
Sean Molenaar 54630030c3 Add phpstan checks
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-08-25 20:52:48 +02:00

10 lines
359 B
Plaintext

parameters:
inferPrivatePropertyTypeFromConstructor: true
treatPhpDocTypesAsCertain: false
bootstrapFiles:
- %currentWorkingDirectory%/../../lib/base.php
excludes_analyse:
- %currentWorkingDirectory%/lib/Migration/*.php
- %currentWorkingDirectory%/lib/AppInfo/Application.php
- %currentWorkingDirectory%/lib/Fetcher/Client/Legacy*.php