Translated using Weblate (Portuguese)
[phpmyadmin.git] / phpstan.neon.dist
blobd5a8ed7b3b949cfc1e750379222f54012ddde4f9
1 includes:
2     - phpstan-baseline.neon
3 parameters:
4     level: max
5     paths:
6         - app
7         - public
8         - src
9         - tests
10     scanFiles:
11         - app/constants.php
12         - examples/signon-script.php
13     bootstrapFiles:
14         - tests/phpstan-constants.php
15     stubFiles:
16         - tests/stubs/uploadprogress.stub
17     excludePaths:
18         - app/cache/*
19         - tests/doctum-config.php
20     dynamicConstantNames:
21         - ROOT_PATH
22         - TEST_PATH
23         - VERSION_SUFFIX
24     checkBenevolentUnionTypes: true
25     checkUninitializedProperties: true
26     checkDynamicProperties: true
27     checkTooWideReturnTypesInProtectedAndPublicMethods: true
28     checkImplicitMixed: true