phpmyadmin/phpstan.neon.dist
Maurício Meneghini Fauth 8fa99a3363
Add stub file for uploadprogress_get_info function
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-01-19 14:49:12 -03:00

24 lines
517 B
Plaintext

includes:
- phpstan-baseline.neon
parameters:
level: max
paths:
- .
scanFiles:
- libraries/constants.php
bootstrapFiles:
- test/phpstan-constants.php
stubFiles:
- test/stubs/uploadprogress.stub
excludePaths:
- examples/openid.php
- node_modules/*
- libraries/cache/*
- test/doctum-config.php
- tmp/*
- twig-templates/*
- vendor/*
dynamicConstantNames:
- ROOT_PATH
- VERSION_SUFFIX