Already merged in master: https://github.com/phpmyadmin/phpmyadmin/pull/19960 Re-write of the test from4de9f0f0b1Merge of631cac096fMerge of58cee9656fbut could not find the code to implement Signed-off-by: William Desportes <williamdes@wdes.fr>
31 lines
764 B
Plaintext
31 lines
764 B
Plaintext
includes:
|
|
- phpstan-baseline.neon
|
|
parameters:
|
|
phpVersion: 80200 # PHP 8.2
|
|
level: max
|
|
paths:
|
|
- app
|
|
- examples
|
|
- public
|
|
- src
|
|
- tests
|
|
scanFiles:
|
|
- app/constants.php
|
|
bootstrapFiles:
|
|
- tests/phpstan-constants.php
|
|
stubFiles:
|
|
- tests/stubs/psr.stub
|
|
- tests/stubs/uploadprogress.stub
|
|
excludePaths:
|
|
- app/cache/*
|
|
- examples/config.manyhosts.inc.php
|
|
- tests/doctum-config.php
|
|
dynamicConstantNames:
|
|
- ROOT_PATH
|
|
- VERSION_SUFFIX
|
|
checkBenevolentUnionTypes: true
|
|
checkUninitializedProperties: true
|
|
checkDynamicProperties: true
|
|
checkTooWideReturnTypesInProtectedAndPublicMethods: true
|
|
checkImplicitMixed: true
|