mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
19 lines
539 B
Text
19 lines
539 B
Text
includes:
|
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
|
|
|
parameters:
|
|
bootstrapFiles:
|
|
- vendor/bin/.phpunit/phpunit/vendor/autoload.php
|
|
paths:
|
|
- src/
|
|
- tests/
|
|
tmpDir: %currentWorkingDirectory%/.phpstan
|
|
level: 8
|
|
inferPrivatePropertyTypeFromConstructor: true
|
|
checkMissingIterableValueType: false
|
|
checkGenericClassInNonGenericObjectType: false
|
|
checkUninitializedProperties: true
|
|
ignoreErrors:
|
|
-
|
|
path: %currentWorkingDirectory%/src/Notifications.php
|
|
message: '#PHPDoc tag @param references unknown parameter: \$kind#'
|